summaryrefslogtreecommitdiff
path: root/flowsheet_details.inc
diff options
context:
space:
mode:
Diffstat (limited to 'flowsheet_details.inc')
-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)
{