Openbravo Issue Tracking System - Retail Modules
View Issue Details
0052026Retail ModulesWeb POSpublic2023-03-31 09:122023-04-04 09:24
guillermogil 
radhakrishnan 
normalmajoralways
closedfixed 
5
 
RR23Q3 
No
0052026: JS error on Open Receipt
There is a JS error on Open Receipt when using the Amount from field:
TypeError: value.trim is not a function
- Login on POS
- Open the menu
- Click open receipt
- Select amount from
- Put 1000 and click enter
- Close the popup
- Click on menu
- Click open receipt
JS Error is raised
No tags attached.
Issue History
2023-03-31 09:12guillermogilNew Issue
2023-03-31 09:12guillermogilAssigned To => Retail
2023-03-31 09:12guillermogilTriggers an Emergency Pack => No
2023-03-31 09:14radhakrishnanAssigned ToRetail => radhakrishnan
2023-03-31 09:14radhakrishnanStatusnew => scheduled
2023-04-04 07:54hgbotNote Added: 0148221
2023-04-04 09:24hgbotResolutionopen => fixed
2023-04-04 09:24hgbotStatusscheduled => closed
2023-04-04 09:24hgbotNote Added: 0148234
2023-04-04 09:24hgbotFixed in Version => RR23Q3
2023-04-04 09:24hgbotNote Added: 0148235

Notes
(0148221)
hgbot   
2023-04-04 07:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/493 [^]
(0148234)
hgbot   
2023-04-04 09:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/493 [^]
(0148235)
hgbot   
2023-04-04 09:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: a83ee1f833a2f4e141213a48d8e6c165a4cc7022
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 31-03-2023 14:58:57
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/a83ee1f833a2f4e141213a48d8e6c165a4cc7022 [^]

Fixed ISSUE-52026: Filters value should be converted into string
* Before trim the filters value, it should be converted into string

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-modaladvancedfilters.js
---