06-06-2011, 11:55 PM
(06-06-2011, 03:17 PM)Doudoux Wrote: Hy
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
Thank you.
I modified the code according to your suggestion and it seems to fix the problem.