Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033146Retail ModulesGift cards and gift voucherspublic2016-05-17 19:292016-06-07 09:54
Osmany 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR16Q2 
marvintm
No
0033146: [SER QA 1115] Using Multiple Line Selection feature appear ugly error js
Using Multiple Line Selection feature appear ugly error js.
This issue happens only with the Gift Card module installed.
1. Login WebPOS
2. Add two products
3. Select both lines using Multiple Line Selection feature.
4. Appear an ugly error js.
No tags attached.
blocks defect 0032981 closed ranjith_qualiantech_com [SER QA 1115] Using Multiple Line Selection feature appear ugly error js 
Issue History
2016-06-06 11:10jorge-garciaTypedefect => backport
2016-06-06 11:10jorge-garciaTarget Version => RR16Q2
2016-06-06 13:00hgbotCheckin
2016-06-06 13:00hgbotNote Added: 0087027
2016-06-06 13:00hgbotStatusscheduled => resolved
2016-06-06 13:00hgbotResolutionopen => fixed
2016-06-06 13:00hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6f74c25ab5e77e1a48d0186a8847694ca00fc460 [^] => http://code.openbravo.com/retail/backports/3.0RR16Q2/org.openbravo.retail.posterminal/rev/2dff332c1c50131bdb4bd6d5e52016f842fe662a [^]
2016-06-07 09:54marvintmStatusresolved => closed

Notes
(0087027)
hgbot   
2016-06-06 13:00   
Repository: retail/backports/3.0RR16Q2/org.openbravo.retail.posterminal
Changeset: 2dff332c1c50131bdb4bd6d5e52016f842fe662a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 06 16:29:29 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2/org.openbravo.retail.posterminal/rev/2dff332c1c50131bdb4bd6d5e52016f842fe662a [^]

Fixes issue 33146 : Replaced product with line in "OBPOS_LineSelected" hook

- Added "selectedLines" as arg in "OBPOS_LineSelected" hook
- Replacing "product" arg with "line" arg
- Formmated Code
- Removed duplicated code for disable keyboard buttons

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---