summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202017-12-08 11:52:26 +0530
committerSashi202017-12-08 11:52:26 +0530
commita4f94baecc140dfa35cbe6fbe03abcbd408d7065 (patch)
tree995e84928a58ee6c6974dfd8e34df3c0461fe041
parent73f51e85e1eddbbb298b58ce18d112c0513bfdfd (diff)
downloaddwsim_flowsheet-a4f94baecc140dfa35cbe6fbe03abcbd408d7065.tar.gz
dwsim_flowsheet-a4f94baecc140dfa35cbe6fbe03abcbd408d7065.tar.bz2
dwsim_flowsheet-a4f94baecc140dfa35cbe6fbe03abcbd408d7065.zip
Minor changes in completed flowsheets
-rwxr-xr-xflowsheet_details.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc
index d857ec2..0e30692 100755
--- a/flowsheet_details.inc
+++ b/flowsheet_details.inc
@@ -6,7 +6,7 @@ function dwsim_flowsheet_completed_proposals_all()
$query = db_select('dwsim_flowsheet_proposal');
$query->fields('dwsim_flowsheet_proposal');
$query->condition('approval_status', 3);
- $query->orderBy('actual_completion_date', 'DESC');
+ $query->orderBy('actual_completion_date', 'ASC');
//$query->condition('is_completed', 1);
$result = $query->execute();
if ($result->rowCount() == 0)