diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index 089c9da3f..b0e0b51c7 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -728,7 +728,7 @@ $(document).ready( function() { echo '
  • '.count($resArr).''.getMLText("documents_user_reception").'
  • '; $resArr = $dms->getDocumentList('NoReceiveOwner', $user); echo '
  • '.count($resArr).''.getMLText("documents_user_no_reception").'
  • '; - if($workflowmode == 'traditional') { + if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') { $resArr = $dms->getDocumentList('AppRevOwner', $user); echo '
  • '.count($resArr).''.getMLText("documents_user_requiring_attention").'
  • '; } @@ -737,7 +737,7 @@ $(document).ready( function() { echo '