[Vtigercrm-commits] [vtiger development] #6254: Net Total and Tax missing in Inventory Edit
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Dec 14 13:33:36 EST 2009
#6254: Net Total and Tax missing in Inventory Edit
------------------------+---------------------------------------------------
Reporter: delboy711 | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.2.0
Component: vtigercrm | Version: 5.1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by delboy711):
After raising this trouble ticket I did yet another reinstall and the
problem went away. Since then I have had 4 months of problem free
operation and have been successfully producing quotes and invoices. Until
today when my users reported the problem had come back exactly the same as
before.
When creating a quote/invoice with individual tax there would be no tax
shown.
On investigating using firebug I noticed that firebug reports a javascript
error in Inventory.js on line 205
callTaxCalc(i);
with the error message "i is not defined"
I changed line 205 to
callTaxCalc('+count+');
and it worked again.
I am at a loss to explain why it has worked for 4 months with a javascript
error, but today has started to fail, but that's computing for you!
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6254#comment:3>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list