--- stormtimetracking.module	2010-10-11 11:40:14.000000000 -0400
+++ stormtimetracking_new.module	2011-01-06 13:13:48.401097000 -0500
@@ -343,7 +343,7 @@ function stormtimetracking_form(&$node) 
     $node->billable = variable_get('stormtimetracking_billable_default', FALSE);
   }
   $s_org = "SELECT n.nid, n.title FROM {stormorganization} so INNER JOIN {node} n 
-    ON so.nid=n.nid WHERE n.status=1 AND (so.isactive=1 OR n.nid=%d) AND so.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+    ON so.nid=n.nid WHERE n.status=1 AND (so.isactive=1 OR n.nid=%d) AND n.type='stormorganization' ORDER BY n.title";
 
   $type = node_get_types('type', $node);
 
