[Vtigercrm-commits] [vtiger-commits] r10958 - /vtigercrm/branches/5.0.3/modules/Migration/DBChanges/503rc2_to_503.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 22 08:48:37 EDT 2007


Author: richie
Date: Tue May 22 06:48:15 2007
New Revision: 10958

Log:
* Fixed the issue in custom fields - block, Fixed #3862

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 Tue May 22 06:48:15 2007
@@ -296,6 +296,8 @@
 	ExecuteQuery("update vtiger_inventorynotification set notificationbody='$notificationbody' where notificationid=$notificationid");
 }
 
+//Move all the Potential custom fields into corresponding block(2) as they are placed in description block
+ExecuteQuery("update vtiger_field set block=(select blockid from vtiger_blocks where tabid=2 and blocklabel='LBL_CUSTOM_INFORMATION') where tabid=2 and fieldname like 'cf_%'");
 
 
 





More information about the vtigercrm-commits mailing list