Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050387Retail ModulesWeb POSpublic2022-10-03 10:222022-10-04 08:04
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR23Q1 
No
0050387: NPE occurs during product incremental refresh
Null Pointer exception occurs during product incremental refresh when new priceListVersion is added and de-activating the old priceListVersion
1) Load POS in Oct 1st
2) Add new PriceListVersion and deactivate Old PriceListVersion
3) Load POS in Oct 2nd
4) Do Incremental Refresh

NPE occurs during product incremental refresh
No tags attached.
Issue History
2022-10-03 10:22ranjith_qualiantech_comNew Issue
2022-10-03 10:22ranjith_qualiantech_comAssigned To => ranjith_qualiantech_com
2022-10-03 10:22ranjith_qualiantech_comTriggers an Emergency Pack => No
2022-10-04 05:21ranjith_qualiantech_comStatusnew => scheduled
2022-10-04 05:31hgbotNote Added: 0141609
2022-10-04 08:04hgbotNote Added: 0141614
2022-10-04 08:04hgbotResolutionopen => fixed
2022-10-04 08:04hgbotStatusscheduled => closed
2022-10-04 08:04hgbotFixed in Version => RR23Q1
2022-10-04 08:04hgbotNote Added: 0141615

Notes
(0141609)
hgbot   
2022-10-04 05:31   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/944 [^]
(0141614)
hgbot   
2022-10-04 08:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/944 [^]
(0141615)
hgbot   
2022-10-04 08:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 5080b12d05d392ec1a0532b33377ce8239409cb5
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 04-10-2022 08:16:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5080b12d05d392ec1a0532b33377ce8239409cb5 [^]

Fixed ISSUE-50387: PriceListVersion should be validated during incremental refresh
* If Last PriceListVersion doesn't exists, it should not be validated

---
M src/org/openbravo/retail/posterminal/master/Product.java
---