06-06-2011, 03:17 PM
Hy
try this:
Change in out/out.ViewDocument.php file, line 270
doudoux
try this:
Change in out/out.ViewDocument.php file, line 270
PHP Code:
if ($is_reviewer && $status["status"]==S_DRAFT_REV) {
PHP Code:
if (($required==$user)&&$is_reviewer && $status["status"]==S_DRAFT_REV) {
doudoux