Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045226Retail ModulesWeb POSpublic2020-10-14 19:332020-10-29 08:02
collazoandy4 
prakashmurugesan88 
highmajorhave not tried
closedfixed 
5
 
RR21Q1 
No
0045226: Customer without language can be saved
When a new customer is synchronized from an external source (Not using the create customer popup) and the language property is present as a null value in the customer json an exception is thrown in the CustomerLoader
-
Check if the language property is null in the customer json
No tags attached.
patch language property.patch (1,775) 2020-10-14 19:33
https://issues.openbravo.com/file_download.php?file_id=15021&type=bug
Issue History
2020-10-14 19:33collazoandy4New Issue
2020-10-14 19:33collazoandy4Assigned To => Retail
2020-10-14 19:33collazoandy4File Added: language property.patch
2020-10-14 19:33collazoandy4Triggers an Emergency Pack => No
2020-10-14 19:35collazoandy4Resolution time => 1603839600
2020-10-14 19:35collazoandy4Prioritynormal => high
2020-10-21 13:18marvintmSeveritycritical => major
2020-10-26 15:04prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-10-26 15:07prakashmurugesan88Statusnew => scheduled
2020-10-28 06:33hgbotNote Added: 0123962
2020-10-29 08:02hgbotResolutionopen => fixed
2020-10-29 08:02hgbotStatusscheduled => closed
2020-10-29 08:02hgbotNote Added: 0123991
2020-10-29 08:02hgbotFixed in Version => RR21Q1
2020-10-29 08:02hgbotNote Added: 0123992

Notes
(0123962)
hgbot   
2020-10-28 06:33   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/136 [^]
(0123991)
hgbot   
2020-10-29 08:02   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/136 [^]
(0123992)
hgbot   
2020-10-29 08:02   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: d3f5c5d31483bf0bca08f31d5009e1920f22ef18
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-10-28T07:07:38+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/d3f5c5d31483bf0bca08f31d5009e1920f22ef18 [^]

Fixed BUG-45226: Added validation to check null value in language property

When a customer is synchronized with a null value in the language property an exception is thrown.

Added a new null check to the language property

---
M src/org/openbravo/retail/posterminal/CustomerLoader.java
---