diff -urp ./stormexpense/stormexpense.module ../storm_patch/stormexpense/stormexpense.module
--- ./stormexpense/stormexpense.module	2010-10-11 11:40:13.000000000 -0400
+++ ../storm_patch/stormexpense/stormexpense.module	2011-01-07 08:12:53.841096534 -0500
@@ -326,7 +326,7 @@ function stormexpense_form(&$node) {
 
     $node->expensedate = time();
     $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 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 AND n.type='stormorganization' ORDER BY n.title";
     
     // Load tax defaults
     $node->tax1app = variable_get('storm_tax1_app', 1);
@@ -336,7 +336,7 @@ function stormexpense_form(&$node) {
   }
   else {
     $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.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+              ON so.nid=n.nid WHERE n.status=1 AND n.type='stormorganization' ORDER BY n.title";
   }
 
   // Transition to compound tax - allow for nodes which may have been saved in the past without a tax percentage
diff -urp ./storminvoice/storminvoice.module ../storm_patch/storminvoice/storminvoice.module
--- ./storminvoice/storminvoice.module	2010-10-27 09:47:33.000000000 -0400
+++ ../storm_patch/storminvoice/storminvoice.module	2011-01-07 08:13:19.271096997 -0500
@@ -343,11 +343,11 @@ function storminvoice_form(&$node) {
       $node->project_nid = $_SESSION['storminvoice_list_filter']['project_nid'];
     }
     $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 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 AND n.type='stormorganization' ORDER BY n.title";
   }
   else {
     $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.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+      ON so.nid=n.nid WHERE n.status=1 AND n.type='stormorganization' ORDER BY n.title";
   }
 
   $type = node_get_types('type', $node);
diff -urp ./stormnote/stormnote.module ../storm_patch/stormnote/stormnote.module
--- ./stormnote/stormnote.module	2010-09-09 18:16:37.000000000 -0400
+++ ../storm_patch/stormnote/stormnote.module	2011-01-07 08:13:48.371101463 -0500
@@ -264,11 +264,11 @@ function stormnote_form(&$node) {
       $node->task_nid = $_SESSION['stormnote_list_filter']['task_nid'];
     }
     $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 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 AND n.type='stormorganization' ORDER BY n.title";
   }
   else {
     $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.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+              ON so.nid=n.nid WHERE n.status=1 AND n.type='stormorganization' ORDER BY n.title";
   }
 
   $type = node_get_types('type', $node);
diff -urp ./stormproject/stormproject.module ../storm_patch/stormproject/stormproject.module
--- ./stormproject/stormproject.module	2010-10-11 11:40:14.000000000 -0400
+++ ../storm_patch/stormproject/stormproject.module	2011-01-07 08:20:51.001103254 -0500
@@ -329,14 +329,14 @@ function stormproject_form(&$node) {
       $node->organization_nid = $_SESSION['stormproject_list_filter']['organization_nid'];
     }
     $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 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 AND n.type='stormorganization' ORDER BY n.title";
 
     $node->billable = variable_get('stormproject_billable_default', FALSE);
 
   }
   else {
     $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.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+        ON so.nid=n.nid WHERE n.status=1 AND n.type='stormorganization' ORDER BY n.title";
   }
 
   $type = node_get_types('type', $node);
diff -urp ./stormtask/stormtask.module ../storm_patch/stormtask/stormtask.module
--- ./stormtask/stormtask.module	2010-10-11 11:40:14.000000000 -0400
+++ ../storm_patch/stormtask/stormtask.module	2011-01-07 08:21:13.821118018 -0500
@@ -465,14 +465,14 @@ function stormtask_form(&$node) {
       $node->project_nid = $_SESSION['stormtask_list_filter']['project_nid'];
     }
     $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 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 AND n.type='stormorganization' ORDER BY n.title";
 
     $node->billable = variable_get('stormtask_billable_default', FALSE);
 
   }
   else {
     $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.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+      ON so.nid=n.nid WHERE n.status=1 AND n.type='stormorganization' ORDER BY n.title";
   }
 
   $type = node_get_types('type', $node);
diff -urp ./stormticket/stormticket.module ../storm_patch/stormticket/stormticket.module
--- ./stormticket/stormticket.module	2010-10-11 11:40:14.000000000 -0400
+++ ../storm_patch/stormticket/stormticket.module	2011-01-07 08:21:33.691107225 -0500
@@ -369,14 +369,14 @@ function stormticket_form(&$node) {
     if (array_key_exists('project_nid', $_GET)) $node->project_nid = $_GET['project_nid'];
     if (array_key_exists('task_nid', $_GET)) $node->task_nid = $_GET['task_nid'];
     $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 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 AND n.type='stormorganization' ORDER BY n.title";
 
     $node->billable = variable_get('stormticket_billable_default', FALSE);
 
   }
   else {
     $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.iscustomer=1 AND n.type='stormorganization' ORDER BY n.title";
+              ON so.nid=n.nid WHERE n.status=1 AND n.type='stormorganization' ORDER BY n.title";
   }
 
   $type = node_get_types('type', $node);
diff -urp ./stormtimetracking/stormtimetracking.module ../storm_patch/stormtimetracking/stormtimetracking.module
--- ./stormtimetracking/stormtimetracking.module	2010-10-11 11:40:14.000000000 -0400
+++ ../storm_patch/stormtimetracking/stormtimetracking.module	2011-01-07 08:21:55.691114628 -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);
 
