From 41584479b79f6f6ccd5aa89da387ecfcdbe9d7a9 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 18 Dec 2020 06:41:56 +0100 Subject: [PATCH] echo number of pending reviews at right place in code --- views/bootstrap/class.GroupMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.GroupMgr.php b/views/bootstrap/class.GroupMgr.php index 4cb97d4a9..aff4f2a29 100644 --- a/views/bootstrap/class.GroupMgr.php +++ b/views/bootstrap/class.GroupMgr.php @@ -128,9 +128,9 @@ $(document).ready( function() { $i++; } } + echo "".getMLText('pending_reviews')."".$i.""; } if($workflowmode == "traditional" || $workflowmode == 'traditional_only_approval') { - echo "".getMLText('pending_reviews')."".$i.""; $approvalstatus = $selgroup->getApprovalStatus(); $i = 0; foreach($approvalstatus as $rv) {