[Vtigercrm-commits] [vtiger-commits] r4820 - /vtigercrm/trunk/include/utils/InventoryUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 31 05:23:11 EST 2006


Author: saraj
Date: Fri Mar 31 03:23:07 2006
New Revision: 4820

Log:
issue in create view has been fixed

Modified:
    vtigercrm/trunk/include/utils/InventoryUtils.php

Modified: vtigercrm/trunk/include/utils/InventoryUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/InventoryUtils.php (original)
+++ vtigercrm/trunk/include/utils/InventoryUtils.php Fri Mar 31 03:23:07 2006
@@ -44,7 +44,7 @@
 	}
 	else
 	{
-		$productBlock[] = Array('Product Details' => 'Product Details');
+		$productBlock[] = Array(Array());
 		
 	}
 	return $productBlock;





More information about the vtigercrm-commits mailing list