[Vtigercrm-commits] [vtiger-commits] r9232 - /vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 31 11:06:04 EDT 2006
Author: saraj
Date: Thu Aug 31 09:06:01 2006
New Revision: 9232
Log:
* Modified the tablename
Modified:
vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php
Modified: vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php
==============================================================================
--- vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php (original)
+++ vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php Thu Aug 31 09:06:01 2006
@@ -3383,7 +3383,7 @@
$conn->query("alter table vtiger_inventoryproductrel add column $migrated_taxname decimal(7,3) default NULL");
//Now we should create tax for each and every value given in picklist taxclass
-$taxres = $conn->query("select * from taxclass");
+$taxres = $conn->query("select * from vtiger_taxclass");
$taxcount = $conn->num_rows($taxres);
for($i=0;$i<$taxcount;$i++)
{
More information about the vtigercrm-commits
mailing list