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 f64ab42..ac14d59 100755
--- a/flowsheet_details.inc
+++ b/flowsheet_details.inc
@@ -52,6 +52,7 @@ function om_flowsheet_progress_all()
$query->fields('om_flowsheet_proposal');
$query->condition('approval_status', 1);
$query->condition('is_completed', 0);
+ $query->orderBy('approval_date', DESC);
$result = $query->execute();
if ($result->rowCount() == 0)
{