[Vtigercrm-commits] [vtiger-commits] r7669 - /vtigercrm/trunk/Smarty/templates/Inventory/InventoryActions.tpl

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


Author: saraj
Date: Thu Jun 29 07:09:16 2006
New Revision: 7669

Log:
* Added return_id to pass to SO editview 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/Smarty/templates/Inventory/InventoryActions.tpl

Modified: vtigercrm/trunk/Smarty/templates/Inventory/InventoryActions.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Inventory/InventoryActions.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Inventory/InventoryActions.tpl Thu Jun 29 07:09:16 2006
@@ -151,7 +151,7 @@
 	   <tr>
 		<td align="left" style="padding-left:10px;border-bottom:1px dotted #CCCCCC;">
 			<img src="{$IMAGE_PATH}pointer.gif" hspace="5" align="absmiddle"/>
-			<a href="javascript: document.DetailView.return_module.value='{$MODULE}'; document.DetailView.return_action.value='DetailView'; document.DetailView.convertmode.value='quotetoso'; document.DetailView.module.value='SalesOrder'; document.DetailView.action.value='EditView'; document.DetailView.submit();" class="webMnu">{$APP.LBL_GENERATE} {$APP.SalesOrder}</a> 
+			<a href="javascript: document.DetailView.return_module.value='{$MODULE}'; document.DetailView.return_action.value='DetailView'; document.DetailView.convertmode.value='quotetoso'; document.DetailView.module.value='SalesOrder'; document.DetailView.action.value='EditView'; document.DetailView.return_id.value='{$ID}'; document.DetailView.submit();" class="webMnu">{$APP.LBL_GENERATE} {$APP.SalesOrder}</a> 
 		</td>
 	   </tr>
 	   <!-- Quotes Actions ends -->





More information about the vtigercrm-commits mailing list