From 6513642efb983c20e74e94da60ed9e028be39ede Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 18 Jan 2017 11:39:29 +0100 Subject: [PATCH] change order of lists in section 'tasks' has now same order like tasks in the header menu --- views/bootstrap/class.MyDocuments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index 00ac681aa..78f844ae2 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -574,10 +574,10 @@ $(document).ready( function() { $resArr = $dms->getDocumentList('WorkflowByMe', $user); echo '
  • '.count($resArr).''.getMLText("documents_to_process").'
  • '; } - $resArr = $dms->getDocumentList('ReviseByMe', $user); - echo '
  • '.count($resArr).''.getMLText("documents_to_revise").'
  • '; $resArr = $dms->getDocumentList('ReceiptByMe', $user); echo '
  • '.count($resArr).''.getMLText("documents_to_receipt").'
  • '; + $resArr = $dms->getDocumentList('ReviseByMe', $user); + echo '
  • '.count($resArr).''.getMLText("documents_to_revise").'
  • '; echo ''; $this->contentHeading(getMLText("misc")); echo '