[Vtigercrm-commits] [vtiger-commits] r4409 - /vtigercrm/trunk/modules/Quotes/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 02:41:28 EST 2006


Author: saraj
Date: Fri Mar 24 00:41:13 2006
New Revision: 4409

Log:
* Changed the function call to get the products from getAssociatedProducts to getProductDetailsBlockInfo

Modified:
    vtigercrm/trunk/modules/Quotes/EditView.php

Modified: vtigercrm/trunk/modules/Quotes/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/EditView.php (original)
+++ vtigercrm/trunk/modules/Quotes/EditView.php Fri Mar 24 00:41:13 2006
@@ -135,7 +135,8 @@
 	$smarty->assign("UPDATEINFO",updateInfo($focus->id));
 	$num_of_products = getNoOfAssocProducts($module,$focus);
 	$smarty->assign("ROWCOUNT", $num_of_products);
-	$associated_prod = getAssociatedProducts("Quotes",$focus);
+	//$associated_prod = getAssociatedProducts("Quotes",$focus);
+	$associated_prod = getProductDetailsBlockInfo('edit','Quotes',$focus); //getAssociatedProducts("Quotes",$focus);
 	$smarty->assign("ASSOCIATEDPRODUCTS", $associated_prod);
 	$smarty->assign("MODE", $focus->mode);
 	$smarty->assign("TAXVALUE", $focus->column_fields['txtTax']);





More information about the vtigercrm-commits mailing list