[Vtigercrm-commits] [vtiger-commits] r4890 - /vtigercrm/trunk/modules/PurchaseOrder/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:23:48 EDT 2006


Author: saraj
Date: Wed Apr  5 00:23:44 2006
New Revision: 4890

Log:
dom array has been removed

Modified:
    vtigercrm/trunk/modules/PurchaseOrder/ListView.php

Modified: vtigercrm/trunk/modules/PurchaseOrder/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/ListView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/ListView.php Wed Apr  5 00:23:44 2006
@@ -27,12 +27,6 @@
 global $app_strings,$list_max_entries_per_page,$currentModule,$theme;
 
 $log = LoggerManager::getLogger('order_list');
-
-
-// Get _dom arrays from Database
-$comboFieldNames = Array('accounttype'=>'account_type_dom'
-                      ,'industry'=>'industry_dom');
-$comboFieldArray = getComboArray($comboFieldNames);
 
 if (!isset($where)) $where = "";
 





More information about the vtigercrm-commits mailing list