[Vtigercrm-commits] [vtiger-commits] r9659 - /vtigercrm/branches/5.0.2/modules/CustomView/PopulateCustomView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 18 09:47:40 EDT 2006
Author: richie
Date: Wed Oct 18 07:47:34 2006
New Revision: 9659
Log:
quantity in stock added in default product listview
Modified:
vtigercrm/branches/5.0.2/modules/CustomView/PopulateCustomView.php
Modified: vtigercrm/branches/5.0.2/modules/CustomView/PopulateCustomView.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/CustomView/PopulateCustomView.php (original)
+++ vtigercrm/branches/5.0.2/modules/CustomView/PopulateCustomView.php Wed Oct 18 07:47:34 2006
@@ -315,6 +315,7 @@
Array('vtiger_products:productname:productname:Products_Product_Name:V',
'vtiger_products:productcode:productcode:Products_Product_Code:V',
'vtiger_products:commissionrate:commissionrate:Products_Commission_Rate:V',
+ 'vtiger_products:qtyinstock:qtyinstock:Products_Quantity_In_Stock:V',
'vtiger_products:qty_per_unit:qty_per_unit:Products_Qty/Unit:V',
'vtiger_products:unit_price:unit_price:Products_Unit_Price:V'),
More information about the vtigercrm-commits
mailing list