[Vtigercrm-commits] [vtiger-commits] r4886 - /vtigercrm/trunk/modules/Invoice/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 02:14:03 EDT 2006
Author: saraj
Date: Wed Apr 5 00:13:59 2006
New Revision: 4886
Log:
dom array has been removed
Modified:
vtigercrm/trunk/modules/Invoice/ListView.php
Modified: vtigercrm/trunk/modules/Invoice/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Invoice/ListView.php (original)
+++ vtigercrm/trunk/modules/Invoice/ListView.php Wed Apr 5 00:13:59 2006
@@ -28,11 +28,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