Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040555Retail ModulesWeb POSpublic2019-04-09 17:442019-08-16 13:50
malsasua 
rqueralta 
normalmajoralways
closedfixed 
5
 
RR19Q3 
marvintm
No
0040555: JS Error doing logout with draft recetip and functionality checkForDocumentNoDuplicated
when logout is done and there is one receipt in draft status, and the functionality checkForDocumentNoDuplicated is enabled, JS Error is returned:

VM14538 268466f7530834bba9c9bd812d7fbb63.js:190 TypeError: Cannot read property 'allowpayoncredit' of null
...
. do login
. add new line
. click in end session -> popup is displayed with messate:
  Log Out
   Are you sure you want to log out? Any pending tickets will be deleted. There is no undo for this action.
. click in logout button

JS Error is returned
attached diff with the fix
No tags attached.
related to defect 0040657pi closed joniturralde93 Duplicated documentno warning activates when original order was finally not saved 
diff issue40555.diff (3,742) 2019-04-09 17:46
https://issues.openbravo.com/file_download.php?file_id=12848&type=bug
Issue History
2019-04-09 17:44malsasuaNew Issue
2019-04-09 17:44malsasuaAssigned To => Retail
2019-04-09 17:44malsasuaResolution time => 1556575200
2019-04-09 17:44malsasuaTriggers an Emergency Pack => No
2019-04-09 17:45malsasuaNote Added: 0111049
2019-04-09 17:45malsasuaProposed Solution updated
2019-04-09 17:46malsasuaFile Added: issue40555.diff
2019-04-11 21:12rqueraltaAssigned ToRetail => rqueralta
2019-04-11 21:13rqueraltaStatusnew => scheduled
2019-04-18 01:10hgbotCheckin
2019-04-18 01:10hgbotNote Added: 0111205
2019-04-18 01:10hgbotStatusscheduled => resolved
2019-04-18 01:10hgbotResolutionopen => fixed
2019-04-18 01:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b7f870ebdde8eb15a6f67e25fe422e76056a690 [^]
2019-04-18 01:11hgbotCheckin
2019-04-18 01:11hgbotNote Added: 0111206
2019-04-18 01:11hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b7f870ebdde8eb15a6f67e25fe422e76056a690 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/9dcf12fdd1ae2e139f96ebbfc586d94d803e3d98 [^]
2019-05-02 18:56marvintmReview Assigned To => marvintm
2019-05-02 18:56marvintmStatusresolved => closed
2019-05-02 18:56marvintmFixed in Version => RR19Q3
2019-08-16 13:50ngarciaRelationship addedrelated to 0040657

Notes
(0111049)
malsasua   
2019-04-09 17:45   
the complete trace of error is:
VM14538 268466f7530834bba9c9bd812d7fbb63.js:190 TypeError: Cannot read property 'allowpayoncredit' of null
    at Object.updateCreditSalesAction (VM14538 268466f7530834bba9c9bd812d7fbb63.js:2821)
    at Object.<anonymous> (VM14538 268466f7530834bba9c9bd812d7fbb63.js:2819)
    at G.d.trigger (VM14531 backbone-0.9.2.min.js:9)
    at G.d.change (VM14531 backbone-0.9.2.min.js:15)
    at G.d.set (VM14531 backbone-0.9.2.min.js:12)
    at VM14538 268466f7530834bba9c9bd812d7fbb63.js:228
    at Array.forEach (<anonymous>)
    at Function.b.each.b.forEach (VM14530 underscore-1.3.3.min.js:11)
    at cloneRecursively (VM14538 268466f7530834bba9c9bd812d7fbb63.js:228)
    at Object.OB.UTIL.clone (VM14538 268466f7530834bba9c9bd812d7fbb63.js:230); line: Object.OB.UTIL.showError (https://preprod.decathlon.in/retail_17q2/web/js/gen/268466f7530834bba9c9bd812d7fbb63.js:706:1508 [^]) (*,+)
(0111205)
hgbot   
2019-04-18 01:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2b7f870ebdde8eb15a6f67e25fe422e76056a690
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Sat Apr 13 16:11:48 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b7f870ebdde8eb15a6f67e25fe422e76056a690 [^]

Fixed issue 40555: JS Error doing logout with draft recetip and functionality
checkForDocumentNoDuplicated

- Verified if terminal value was seted to prevent JS error with
checkForDocumentNoDuplicated enabled.

---
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
---
(0111206)
hgbot   
2019-04-18 01:11   
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 9dcf12fdd1ae2e139f96ebbfc586d94d803e3d98
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Sat Apr 13 16:14:47 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/9dcf12fdd1ae2e139f96ebbfc586d94d803e3d98 [^]

Fixed issue 40555: JS Error doing logout with draft recetip and functionality
checkForDocumentNoDuplicated

- Verified if terminal value was seted to prevent JS error with
checkForDocumentNoDuplicated enabled.

---
M web/org.openbravo.retail.sessions/js/components/orderdetailshook.js
---