summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2017-03-16 11:00:13 +0530
committerprashantsinalkar2017-03-16 11:00:13 +0530
commit41bb83590304d757d570cb087822456fd9155055 (patch)
tree52e515407831d5ca333cd0a8b80e700604da000b
parent7e8ae4fa47285968d08e33262612c895d825ea7d (diff)
downloaddwsim_flowsheet-41bb83590304d757d570cb087822456fd9155055.tar.gz
dwsim_flowsheet-41bb83590304d757d570cb087822456fd9155055.tar.bz2
dwsim_flowsheet-41bb83590304d757d570cb087822456fd9155055.zip
added some changes
-rwxr-xr-xflowsheet_details.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc
index 1626754..61f6968 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->condition('is_completed', 1);
+ //$query->condition('is_completed', 1);
$result = $query->execute();
if ($result->rowCount() == 0)
{