[Vtigercrm-commits] [vtiger-commits] r10858 - /vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 11 06:32:29 EDT 2007
Author: richie
Date: Fri May 11 04:32:24 2007
New Revision: 10858
Log:
* Changed the Subtotal as Sub Total and Salestax as Sales Tax
Modified:
vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php
Modified: vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php (original)
+++ vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php Fri May 11 04:32:24 2007
@@ -151,11 +151,11 @@
"update vtiger_field set fieldlabel='Adjustment' where tabid=22 and columnname='adjustment'",
- "update vtiger_field set fieldlabel='Subtotal' where tabid=22 and columnname='subtotal'",
+ "update vtiger_field set fieldlabel='Sub Total' where tabid=22 and columnname='subtotal'",
"update vtiger_field set fieldlabel='Adjustment' where tabid=23 and columnname='adjustment'",
- "update vtiger_field set fieldlabel='Salestax' where tabid=20 and columnname='tax'",
+ "update vtiger_field set fieldlabel='Sales Tax' where tabid=20 and columnname='tax'",
// Changes made to make discontinued column in vtiger_products '0' during deactivation.
More information about the vtigercrm-commits
mailing list