summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xflowsheet_details.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc
index 5b4229c..4bb741e 100755
--- a/flowsheet_details.inc
+++ b/flowsheet_details.inc
@@ -54,6 +54,7 @@ function dwsim_flowsheet_progress_all()
$query->fields('dwsim_flowsheet_proposal');
$query->condition('approval_status', 1);
$query->condition('is_completed', 0);
+ $query->orderBy('approval_date', DESC);
$result = $query->execute();
if ($result->rowCount() == 0)
{