From e14ae4b252ca24b2342d3b27569607df5c658a2f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 29 Sep 2021 15:01:07 +0200 Subject: [PATCH] add comment --- views/bootstrap/class.ApprovalSummary.php | 1 + views/bootstrap/class.ReviewSummary.php | 1 + 2 files changed, 2 insertions(+) diff --git a/views/bootstrap/class.ApprovalSummary.php b/views/bootstrap/class.ApprovalSummary.php index d11d47976..21233bd98 100644 --- a/views/bootstrap/class.ApprovalSummary.php +++ b/views/bootstrap/class.ApprovalSummary.php @@ -119,6 +119,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Theme_Style { $version = $document->getContentByVersion($st['version']); $modgroup = $dms->getGroup($st['required']); + /* Filter out those documents which already require an approval as an individual */ if (!in_array($st["documentID"], $iRev) && $document && $version) { if ($printheader){ diff --git a/views/bootstrap/class.ReviewSummary.php b/views/bootstrap/class.ReviewSummary.php index 46154d32b..a3e62a25e 100644 --- a/views/bootstrap/class.ReviewSummary.php +++ b/views/bootstrap/class.ReviewSummary.php @@ -123,6 +123,7 @@ class SeedDMS_View_ReviewSummary extends SeedDMS_Theme_Style { $owner = $document->getOwner(); $modgroup = $dms->getGroup($st['required']); + /* Filter out those documents which already require a review as an individual */ if (!in_array($st["documentID"], $iRev) && $document && $version) { if ($printheader){