[Vtigercrm-commits] [vtiger-commits] r10804 - /vtigercrm/branches/5.0.3/include/js/Inventory.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 27 11:53:26 EDT 2007
Author: richie
Date: Fri Apr 27 09:53:17 2007
New Revision: 10804
Log:
* Fixed the issue in calculating Netprice when tax loaded in ajax, Fixed #3669
Modified:
vtigercrm/branches/5.0.3/include/js/Inventory.js
Modified: vtigercrm/branches/5.0.3/include/js/Inventory.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/Inventory.js (original)
+++ vtigercrm/branches/5.0.3/include/js/Inventory.js Fri Apr 27 09:53:17 2007
@@ -393,6 +393,7 @@
{
$("tax_div"+curr_row).innerHTML=response.responseText;
document.getElementById("taxTotal"+curr_row).innerHTML = getObj('hdnTaxTotal'+curr_row).value;
+ calcTotal();
}
}
);
More information about the vtigercrm-commits
mailing list