[Vtigercrm-commits] [vtiger-commits] r7668 - /vtigercrm/trunk/modules/SalesOrder/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 29 09:07:56 EDT 2006


Author: saraj
Date: Thu Jun 29 07:07:52 2006
New Revision: 7668

Log:
* Added QUOTE_ID to set the quote id where as previously if we create SO from quote then the quote relationship was not saved. now the quote-SO relationship saved

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

Modified: vtigercrm/trunk/modules/SalesOrder/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/EditView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/EditView.php Thu Jun 29 07:07:52 2006
@@ -52,6 +52,7 @@
 
 	//Added to display the Quotes's associated vtiger_products -- when we create SO from Quotes DetailView 
 	$associated_prod = getAssociatedProducts("Quotes",$quote_focus);
+	$smarty->assign("QUOTE_ID", $quoteid);
 	$smarty->assign("ASSOCIATEDPRODUCTS", $associated_prod);
 	$smarty->assign("MODE", $quote_focus->mode);
 	$smarty->assign("TAXVALUE", convertFromDollar($quote_focus->column_fields['txtTax'],$rate));





More information about the vtigercrm-commits mailing list