[Vtigercrm-commits] [vtiger-commits] r5371 - /vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50Alpha.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 06:18:48 EDT 2006
Author: saraj
Date: Wed Apr 26 04:18:44 2006
New Revision: 5371
Log:
* Modified the purchase order relatedlist label for vendors which do not show the Products in vendor relatedlist
Modified:
vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50Alpha.php
Modified: vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50Alpha.php
==============================================================================
--- vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50Alpha.php (original)
+++ vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50Alpha.php Wed Apr 26 04:18:44 2006
@@ -2619,6 +2619,10 @@
$update_query3 = "update currency_info set conversion_rate=1, currency_status='Active', defaultid='-11' where id=1";
Execute($update_query3);
+$update_query4 = "update relatedlists set label='Purchase Order' where tabid=18 and name='get_purchase_orders'";
+Execute($update_query4);
+
+
//Added to get the conversion rate and update for all records
//include("modules/Migration/ModifyDatabase/updateCurrency.php");
?>
More information about the vtigercrm-commits
mailing list