Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025738Retail ModulesWeb POSpublic2014-02-14 13:432014-02-28 17:24
malsasua 
marvintm 
normalminorunable to reproduce
closedfixed 
20Community Appliance
 
RR14Q2 
marvintm
No
0025738: wrong code to retrieve the tax name
in file
web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
there is wrong code to retrieve the tax name:
taxesline[taxId].name = taxRate.get('net');

it should be replace by
taxesline[taxId].name = taxRate.get('name');
NA
code

taxesline[taxId].name = taxRate.get('net');
should be replace by
taxesline[taxId].name = taxRate.get('name');
No tags attached.
Issue History
2014-02-14 13:43malsasuaNew Issue
2014-02-14 13:43malsasuaAssigned To => marvintm
2014-02-14 13:43malsasuaTriggers an Emergency Pack => No
2014-02-14 13:45hgbotCheckin
2014-02-14 13:45hgbotNote Added: 0064265
2014-02-14 13:45hgbotStatusnew => resolved
2014-02-14 13:45hgbotResolutionopen => fixed
2014-02-14 13:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfdd8d9c59d23b9e6848aa95ec144225ab9d9902 [^]
2014-02-20 15:49hgbotCheckin
2014-02-20 15:49hgbotNote Added: 0064434
2014-02-20 15:49hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfdd8d9c59d23b9e6848aa95ec144225ab9d9902 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/dfdd8d9c59d23b9e6848aa95ec144225ab9d9902 [^]
2014-02-28 17:24marvintmReview Assigned To => marvintm
2014-02-28 17:24marvintmStatusresolved => closed
2014-02-28 17:24marvintmFixed in Version => RMP32

Notes
(0064265)
hgbot   
2014-02-14 13:45   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: dfdd8d9c59d23b9e6848aa95ec144225ab9d9902
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Fri Feb 14 13:45:02 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfdd8d9c59d23b9e6848aa95ec144225ab9d9902 [^]

fixed issue 25738:wrong code

---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
---
(0064434)
hgbot   
2014-02-20 15:49   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: dfdd8d9c59d23b9e6848aa95ec144225ab9d9902
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Fri Feb 14 13:45:02 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/dfdd8d9c59d23b9e6848aa95ec144225ab9d9902 [^]

fixed issue 25738:wrong code

---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
---