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

View Revisions: Issue #42960 All Revisions ] Back to Issue ]
Summary 0042960: Doing a lawayay from a receipt with a manually modified price
Revision 2020-01-22 10:31 by joniturralde93
Steps To Reproduce - Go to web POS and add Adhesive body warmers
- Open chrome console and type:
OB.MobileApp.model.receipt.attributes.lines.at(0).attributes.priceList
- Price is 3.60
- Manually modify that line price (click price and enter 50)
- Type the same in the console:
OB.MobileApp.model.receipt.attributes.lines.at(0).attributes.priceList
- Price is still 3.60 since list price should not change
- Menu -> Layaway this receipt
- Click total and layaway
- Menu -> Open receipt -> Open our lawayay
- Type the same in the console:
OB.MobileApp.model.receipt.attributes.lines.at(0).attributes.priceList
- WRONG-> Price is 50
Revision 2020-01-22 10:26 by joniturralde93
Steps To Reproduce - Go to web POS and add Adhesive body warmers
- Open chrome console and type:
OB.MobileApp.model.receipt.attributes.lines.at(0).attributes.priceList
- Price is 3.60
- Manually modify that line price (click price and enter 50)
- Menu -> Layaway this receipt
- Click total and layaway
- Menu -> Open receipt -> Open our lawayay
- Type the same in the console:
OB.MobileApp.model.receipt.attributes.lines.at(0).attributes.priceList
- Price is 50


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker