Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025738
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorunable to reproduce2014-02-14 13:432014-02-28 17:24
ReportermalsasuaView Statuspublic 
Assigned Tomarvintm 
PrioritynormalResolutionfixedFixed in VersionRR14Q2
StatusclosedFix in branchFixed in SCM revisiondfdd8d9c59d2
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025738: wrong code to retrieve the tax name

Descriptionin 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');
Steps To ReproduceNA
Proposed Solutioncode

taxesline[taxId].name = taxRate.get('net');
should be replace by
taxesline[taxId].name = taxRate.get('name');
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0064265)
hgbot (developer)
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 (developer)
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
---

- Issue History
Date Modified Username Field Change
2014-02-14 13:43 malsasua New Issue
2014-02-14 13:43 malsasua Assigned To => marvintm
2014-02-14 13:43 malsasua Triggers an Emergency Pack => No
2014-02-14 13:45 hgbot Checkin
2014-02-14 13:45 hgbot Note Added: 0064265
2014-02-14 13:45 hgbot Status new => resolved
2014-02-14 13:45 hgbot Resolution open => fixed
2014-02-14 13:45 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfdd8d9c59d23b9e6848aa95ec144225ab9d9902 [^]
2014-02-20 15:49 hgbot Checkin
2014-02-20 15:49 hgbot Note Added: 0064434
2014-02-20 15:49 hgbot Fixed in SCM revision http://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:24 marvintm Review Assigned To => marvintm
2014-02-28 17:24 marvintm Status resolved => closed
2014-02-28 17:24 marvintm Fixed in Version => RMP32


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker