[Vtigercrm-commits] [vtiger-commits] r10435 - /vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 15 01:35:45 EDT 2007
Author: saraj
Date: Wed Mar 14 23:35:36 2007
New Revision: 10435
Log:
fix for PriceBooks relatedlist-return action. --Minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl Wed Mar 14 23:35:36 2007
@@ -40,7 +40,7 @@
'index.php',
{queue: {position: 'end', scope: 'command'},
method: 'post',
- postBody: 'module=Products&action=ProductsAjax&file=UpdateListPrice&ajax=true&return_action=DetailView&return_module=PriceBooks&record='+id+'&pricebook_id='+pbid+'&product_id='+proid+'&list_price='+listprice,
+ postBody: 'module=Products&action=ProductsAjax&file=UpdateListPrice&ajax=true&return_action=CallRelatedList&return_module=PriceBooks&record='+id+'&pricebook_id='+pbid+'&product_id='+proid+'&list_price='+listprice,
onComplete: function(response) {
$("status").style.display="none";
$("RLContents").innerHTML= response.responseText;
More information about the vtigercrm-commits
mailing list