Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040767Retail ModulesWeb POSpublic2019-05-03 14:422019-05-17 15:26
barbararoncato 
rqueralta 
normalmajorhave not tried
closedfixed 
5
 
RR19Q3 
marvintm
No
0040767: Javascript error when removing a service association at first try.
Javascript error when removing a service association at first try.
Steps to reproduce:
1. Log into webPOS.
2. Create a ticket with a product with stock.
3. Reopen the ticket and click on the service icon.
4. Add a deferred service.
5. In the pop up 'Not Editable Receipt', select 'Create New receipt'.
6. Click on the service and in EDIT panel, click on the button "Remove Associations".
--- Javascript error appears
7. Click again on the button "Remove Associations".
--- The pop up is opened.

Video: https://drive.google.com/file/d/1Tosw-Pqe9aOG13PELhEWPYF7ArCCN-7h/view [^]
No tags attached.
Issue History
2019-05-03 14:42barbararoncatoNew Issue
2019-05-03 14:42barbararoncatoAssigned To => Retail
2019-05-03 14:42barbararoncatoTriggers an Emergency Pack => No
2019-05-06 17:16guillermogilResolution time => 1558648800
2019-05-06 17:16guillermogilSeverityminor => major
2019-05-06 22:19rqueraltaAssigned ToRetail => rqueralta
2019-05-06 22:20rqueraltaStatusnew => scheduled
2019-05-11 13:39hgbotCheckin
2019-05-11 13:39hgbotNote Added: 0111632
2019-05-11 13:39hgbotStatusscheduled => resolved
2019-05-11 13:39hgbotResolutionopen => fixed
2019-05-11 13:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1e33d154cc778be4e6d478d0c0493cb7dfb9a9c1 [^]
2019-05-15 10:52marvintmReview Assigned To => marvintm
2019-05-15 10:52marvintmStatusresolved => closed
2019-05-15 10:52marvintmFixed in Version => RR19Q3
2019-05-17 15:26hgbotCheckin
2019-05-17 15:26hgbotNote Added: 0111774

Notes
(0111632)
hgbot   
2019-05-11 13:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1e33d154cc778be4e6d478d0c0493cb7dfb9a9c1
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri May 10 15:19:50 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1e33d154cc778be4e6d478d0c0493cb7dfb9a9c1 [^]

Fixed issue 40767: Javascript error when removing a service association at first
try

- Verified if line var is null or undefined

---
M web/org.openbravo.retail.posterminal/js/components/modalremoveassociatedtickets.js
---
(0111774)
hgbot   
2019-05-17 15:26   
Repository: tools/automation/pi-mobile
Changeset: e1ba59106b45d80ca2eecc9f45567afaf9854ed2
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Thu May 16 17:12:28 2019 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e1ba59106b45d80ca2eecc9f45567afaf9854ed2 [^]

Related to issue 40767: added automated test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/I40767_VerifyNoJSErrorWhenRemovingServiceAtFirstTry.java
---