diff options
Diffstat (limited to 'flowsheet_details.inc')
-rwxr-xr-x | flowsheet_details.inc | 1 |
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) { |