[Vtigercrm-commits] [vtiger-commits] r4407 - /vtigercrm/trunk/modules/Quotes/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 02:38:47 EST 2006
Author: saraj
Date: Fri Mar 24 00:38:39 2006
New Revision: 4407
Log:
* Get the associated products and display
Modified:
vtigercrm/trunk/modules/Quotes/DetailView.php
Modified: vtigercrm/trunk/modules/Quotes/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/DetailView.php (original)
+++ vtigercrm/trunk/modules/Quotes/DetailView.php Fri Mar 24 00:38:39 2006
@@ -98,6 +98,10 @@
$permissionData = $_SESSION['action_permission_set'];
$smarty->assign("CONVERTMODE",'quotetoinvoice');
$smarty->assign("MODULE", $currentModule);
+
+//Get the associated Products and then display above Terms and Conditions
+$smarty->assign("ASSOCIATED_PRODUCTS",getDetailAssociatedProducts('Quotes',$focus));
+
$smarty->display("DetailView.tpl");
?>
More information about the vtigercrm-commits
mailing list