Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039996Retail ModulesWeb POSpublic2019-01-22 12:452019-02-04 18:57
javierRodriguez 
javierRodriguez 
normalmajoralways
closedfixed 
5
 
RR19Q1RR19Q1 
marvintm
No
0039996: in PaidReceiptsFilters.java, the boolean variable isPayOpenTicket is always false
If you use pay open tickets in webPOS, it will try to do a query to PaidReceiptsFilters.java. On PaidReceiptsFilters, there is a variable isPayOpenTicket that it should be change between true or false, depending if the query is done with pay open ticket or not in WebPOS.
That variable never change (it is always false) and, as I said, it should.
-
No tags attached.
blocks defect 0039995 closed javierRodriguez in PaidReceiptsFilters.java, the boolean variable isPayOpenTicket is always false 
Issue History
2019-01-22 12:45javierRodriguezTypedefect => backport
2019-01-22 12:45javierRodriguezTarget Version => RR19Q1
2019-01-25 13:30hgbotCheckin
2019-01-25 13:30hgbotNote Added: 0109256
2019-01-25 13:30hgbotStatusscheduled => resolved
2019-01-25 13:30hgbotResolutionopen => fixed
2019-01-25 13:30hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q1/org.openbravo.retail.posterminal/rev/6ba73666d67f67d54ad0e45ec90530544c3f4510 [^]
2019-02-04 18:57marvintmReview Assigned To => marvintm
2019-02-04 18:57marvintmStatusresolved => closed
2019-02-04 18:57marvintmFixed in Version => RR19Q1

Notes
(0109256)
hgbot   
2019-01-25 13:30   
Repository: retail/backports/3.0RR19Q1/org.openbravo.retail.posterminal
Changeset: 6ba73666d67f67d54ad0e45ec90530544c3f4510
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Fri Jan 25 13:29:21 2019 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR19Q1/org.openbravo.retail.posterminal/rev/6ba73666d67f67d54ad0e45ec90530544c3f4510 [^]

Fixed issue 39996: in PaidReceiptsFilters.java, the boolean variable isPayOpenTicket is always false

Now, if the query has the orderTypeFilter as payOpenTickets, isPayOpenTickets will be true

---
M src/org/openbravo/retail/posterminal/PaidReceiptsFilter.java
---