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){