Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043254Retail ModulesWeb POSpublic2020-02-18 15:512020-03-11 16:34
prakashmurugesan88 
prakashmurugesan88 
urgentmajoralways
closedfixed 
5
 
RR20Q3 
jorge-garcia
No
0043254: Returnline flag is not updated in backend when priceIncludesTax='Y'
Returnline flag is not updated in backend when priceIncludesTax='Y'

But it is working when priceIncludesTax='N'
Create a new receipt in VBS-1
Do verified return for the created receipt.
Go to backoffice as system admin to the SQL Query window
Execute "select * from c_orderline order by created desc" and check first line that appear
Returnline flag is not set to 'Y' for return lines.
No tags attached.
related to defect 0043226 closed prakashmurugesan88 Wrong List price in order line when returning a product whose list price has changed in backoffice (price not including taxes) 
Issue History
2020-02-18 15:51prakashmurugesan88New Issue
2020-02-18 15:51prakashmurugesan88Assigned To => Retail
2020-02-18 15:51prakashmurugesan88Triggers an Emergency Pack => No
2020-02-18 15:51prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-02-18 15:51prakashmurugesan88Relationship addedrelated to 0043226
2020-02-19 12:21prakashmurugesan88Statusnew => scheduled
2020-02-24 12:21hgbotCheckin
2020-02-24 12:21hgbotNote Added: 0118046
2020-02-24 12:21hgbotStatusscheduled => resolved
2020-02-24 12:21hgbotResolutionopen => fixed
2020-02-24 12:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e3585e09100826d0698a4b68afc06c9c1040ef4d [^]
2020-03-11 16:09jorge-garciaReview Assigned To => jorge-garcia
2020-03-11 16:34jorge-garciaNote Added: 0118519
2020-03-11 16:34jorge-garciaStatusresolved => closed
2020-03-11 16:34jorge-garciaFixed in Version => RR20Q3

Notes
(0118046)
hgbot   
2020-02-24 12:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e3585e09100826d0698a4b68afc06c9c1040ef4d
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Feb 24 16:49:14 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e3585e09100826d0698a4b68afc06c9c1040ef4d [^]

fixes BUG-43254: Fixed Return line flag not updated when priceincludetax is true

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0118519)
jorge-garcia   
2020-03-11 16:34   
Code reviewed and tested