[Vtigercrm-commits] [vtiger-commits] r7383 - in /vtigercrm/trunk/modules: PurchaseOrder/PurchaseOrder.php Quotes/Quote.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 09:44:41 EDT 2006


Author: saraj
Date: Wed Jun 21 07:44:36 2006
New Revision: 7383

Log:
* Modified the table_name property to the new table name

Modified:
    vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
    vtigercrm/trunk/modules/Quotes/Quote.php

Modified: vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php Wed Jun 21 07:44:36 2006
@@ -33,7 +33,7 @@
 	var $log;
 	var $db;
 		
-	var $table_name = "purchaseorder";
+	var $table_name = "vtiger_purchaseorder";
 	var $tab_name = Array('vtiger_crmentity','vtiger_purchaseorder','vtiger_pobillads','vtiger_poshipads','vtiger_purchaseordercf');
 	var $tab_name_index = Array('vtiger_crmentity'=>'crmid','vtiger_purchaseorder'=>'purchaseorderid','vtiger_pobillads'=>'pobilladdressid','vtiger_poshipads'=>'poshipaddressid','vtiger_purchaseordercf'=>'purchaseorderid');
 	

Modified: vtigercrm/trunk/modules/Quotes/Quote.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/Quote.php (original)
+++ vtigercrm/trunk/modules/Quotes/Quote.php Wed Jun 21 07:44:36 2006
@@ -33,7 +33,7 @@
 	var $log;
 	var $db;
 		
-	var $table_name = "quotes";
+	var $table_name = "vtiger_quotes";
 	var $tab_name = Array('vtiger_crmentity','vtiger_quotes','vtiger_quotesbillads','vtiger_quotesshipads','vtiger_quotescf');
 	var $tab_name_index = Array('vtiger_crmentity'=>'crmid','vtiger_quotes'=>'quoteid','vtiger_quotesbillads'=>'quotebilladdressid','vtiger_quotesshipads'=>'quoteshipaddressid','vtiger_quotescf'=>'quoteid');
 	





More information about the vtigercrm-commits mailing list