Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039842Retail ModulesWeb POSpublic2018-12-20 11:572018-12-24 08:55
asiermartirena 
javierRodriguez 
normalmajorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039842: Error when loading in Pay Open Tickets paid tickets
Having prepayments enabled, when trying to open a paid receipt in Pay Open Tickets, there's a javascript null pointer error in the message that is going to be shown to tell that.

Line error:

OB.UTIL.showConfirmation.display(OB.I18N.getLabel('OBMOBC_Error'), OB.I18N.getLabel('OBPOS_PaidOrder', [wrongOrder.docNo]));

Should be:

OB.UTIL.showConfirmation.display(OB.I18N.getLabel('OBMOBC_Error'), OB.I18N.getLabel('OBPOS_PaidOrder', [wrongDocNo]));
Activate prepayments.

Click in the 'Pay Open Tickets' menu entry and select a paid order. Click on the 'Done' button.
No tags attached.
Issue History
2018-12-20 11:57asiermartirenaNew Issue
2018-12-20 11:57asiermartirenaAssigned To => javierRodriguez
2018-12-20 11:57asiermartirenaTriggers an Emergency Pack => No
2018-12-20 15:40hgbotCheckin
2018-12-20 15:40hgbotNote Added: 0108691
2018-12-20 15:40hgbotStatusnew => resolved
2018-12-20 15:40hgbotResolutionopen => fixed
2018-12-20 15:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ccca55b317f94d9662784b63d2fffd7ac499cb13 [^]
2018-12-24 08:55marvintmReview Assigned To => marvintm
2018-12-24 08:55marvintmStatusresolved => closed
2018-12-24 08:55marvintmFixed in Version => RR19Q1

Notes
(0108691)
hgbot   
2018-12-20 15:40   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ccca55b317f94d9662784b63d2fffd7ac499cb13
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Thu Dec 20 15:39:47 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ccca55b317f94d9662784b63d2fffd7ac499cb13 [^]

Fixed issue 39842: Error when loading in Pay Open Tickets paid tickets

---
M web/org.openbravo.retail.posterminal/js/components/modal-pay-open-tickets.js
---