#17 Document temp status check is wrong.

when Document update with old status only if the temp, pay point


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8432 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-06-02 04:41:01 +00:00
parent 1b5b2501c5
commit 8b4d2a5079
3 changed files with 10 additions and 8 deletions

View file

@ -60,7 +60,7 @@
}
function isExists() {
return $this->document_srl ? true : false;
return $this->document_srl ? true : false;
}
function isGranted() {