Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034444Retail ModulesWeb POSpublic2016-11-07 17:252016-11-14 10:07
nataliag 
jorge-garcia 
immediatemajoralways
closedfixed 
5
 
RR16Q2.4 
migueldejuana
Production - Confirmed Stable
2015-07-02
RR15Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/def6db59d486662f86abaef2ac435dca19c5db5b [^]
No
0034444: Multi ticket is not working when preference "Web POS Print suspended order" is set to "Y"
If preference "Web POS Print suspended order" is set to "Y", in WebPos is not possible to open a new ticket and error attached appear.
1- Go to backend and using System Administrator open "Preference" window.
2- Search "Web POS Print suspended order"in the Property field
3- Set the value field to "Y"and save it.
4- Login into the WebPos and try to open a new ticket. Error appears and the ticket is not opened.
No tags attached.
blocks defect 0034412 closed jorge-garcia Multi ticket is not working when preference "Web POS Print suspended order" is set to "Y" 
Issue History
2016-11-09 10:08jorge-garciaTypedefect => backport
2016-11-09 10:08jorge-garciaTarget Version => RR16Q2.4
2016-11-09 16:40hgbotCheckin
2016-11-09 16:40hgbotNote Added: 0091298
2016-11-09 16:40hgbotStatusscheduled => resolved
2016-11-09 16:40hgbotResolutionopen => fixed
2016-11-09 16:40hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q2.4/org.openbravo.retail.posterminal/rev/fd4f0d44e17ab98264b4c5224f4a682a5367b545 [^]
2016-11-14 10:07migueldejuanaReview Assigned To => migueldejuana
2016-11-14 10:07migueldejuanaNote Added: 0091431
2016-11-14 10:07migueldejuanaStatusresolved => closed

Notes
(0091298)
hgbot   
2016-11-09 16:40   
Repository: retail/backports/3.0RR16Q2.4/org.openbravo.retail.posterminal
Changeset: fd4f0d44e17ab98264b4c5224f4a682a5367b545
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Nov 09 15:58:44 2016 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.4/org.openbravo.retail.posterminal/rev/fd4f0d44e17ab98264b4c5224f4a682a5367b545 [^]

Fixed issue 34444: Multi ticket is not working when preference "Web POS
Print suspended order" is set to "Y"

The problem was introduced when the PreCreateNewReceipt hook was created.

The fix is to use the me variable instead of this, because the hook is an
asynchronous function.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0091431)
migueldejuana   
2016-11-14 10:07   
Tested and reviewed