[Vtigercrm-commits] [vtiger-commits] r9916 - /vtigercrm/branches/5.0.3/modules/Invoice/Invoice.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 27 12:36:30 EST 2006
Author: richie
Date: Mon Nov 27 10:36:24 2006
New Revision: 9916
Log:
added var $groupTable --by Don
Modified:
vtigercrm/branches/5.0.3/modules/Invoice/Invoice.php
Modified: vtigercrm/branches/5.0.3/modules/Invoice/Invoice.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Invoice/Invoice.php (original)
+++ vtigercrm/branches/5.0.3/modules/Invoice/Invoice.php Mon Nov 27 10:36:24 2006
@@ -83,6 +83,8 @@
var $default_order_by = 'crmid';
var $default_sort_order = 'ASC';
+ var $groupTable = Array('vtiger_invoicegrouprelation','invoiceid');
+
/** Constructor which will set the column_fields in this object
*/
function Invoice() {
More information about the vtigercrm-commits
mailing list