[Vtigercrm-commits] [vtiger-commits] r4343 - /vtigercrm/trunk/modules/SalesOrder/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 20 11:09:34 EST 2006
Author: saraj
Date: Mon Mar 20 09:09:30 2006
New Revision: 4343
Log:
Modified to get the list of Products
Modified:
vtigercrm/trunk/modules/SalesOrder/DetailView.php
Modified: vtigercrm/trunk/modules/SalesOrder/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/DetailView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/DetailView.php Mon Mar 20 09:09:30 2006
@@ -85,6 +85,9 @@
$smarty->assign("MODULE", $module);
$smarty->assign("CONVERTMODE",'sotoinvoice');
+//Get the associated Products and then display above Terms and Conditions
+$smarty->assign("ASSOCIATED_PRODUCTS",getDetailAssociatedProducts('SalesOrder',$focus));
+
$smarty->display("DetailView.tpl");
//Security check for related list
global $profile_id;
More information about the vtigercrm-commits
mailing list