Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||
0040583 | Retail Modules | Web POS | public | 2019-04-10 12:47 | 2019-04-30 11:54 | ||||||||||||||||||||||||
Reporter | shuehner | ||||||||||||||||||||||||||||
Assigned To | ranjith_qualiantech_com | ||||||||||||||||||||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||
Target Version | Fixed in Version | RR19Q3 | |||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||
Review Assigned To | adrianromero | ||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||
Summary | 0040583: POSUtils.getPriceListVersionForPriceList is not using bind-parameters | ||||||||||||||||||||||||||||
Description | This code is not using bind-params: Query<PriceListVersion> priceListVersionQuery = OBDal.getInstance() .getSession() .createQuery("from PricingPriceListVersion AS plv " + "where plv.priceList.id ='" + priceListId + "' and plv.active=true and plv.validFromDate = (select max(pplv.validFromDate) " + "from PricingPriceListVersion as pplv where pplv.active=true and pplv.priceList.id = '" + priceListId + "' and to_char(pplv.validFromDate,'yyyy-mm-dd') <= '" + format.format(terminalDate) + "' )", PriceListVersion.class); for (PriceListVersion plv : priceListVersionQuery.list()) { return plv; } | ||||||||||||||||||||||||||||
Steps To Reproduce | - | ||||||||||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||
2019-04-10 12:47 | shuehner | New Issue | |||||||||||||||||||||||||||
2019-04-10 12:47 | shuehner | Assigned To | => Retail | ||||||||||||||||||||||||||
2019-04-10 12:47 | shuehner | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||
2019-04-10 12:47 | shuehner | Relationship added | blocks 0038136 | ||||||||||||||||||||||||||
2019-04-11 11:53 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | ||||||||||||||||||||||||||
2019-04-12 07:24 | ranjith_qualiantech_com | Status | new => scheduled | ||||||||||||||||||||||||||
2019-04-12 07:43 | hgbot | Checkin | |||||||||||||||||||||||||||
2019-04-12 07:43 | hgbot | Note Added: 0111088 | |||||||||||||||||||||||||||
2019-04-12 07:43 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||
2019-04-12 07:43 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||
2019-04-12 07:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b23ba3569b57850fa59c9bd8bfdfabb56c30e06c [^] | ||||||||||||||||||||||||||
2019-04-12 07:44 | hgbot | Checkin | |||||||||||||||||||||||||||
2019-04-12 07:44 | hgbot | Note Added: 0111089 | |||||||||||||||||||||||||||
2019-04-12 07:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b23ba3569b57850fa59c9bd8bfdfabb56c30e06c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c82334b59fdf53cb9b49284e8ff3a939c5c46d03 [^] | ||||||||||||||||||||||||||
2019-04-12 07:45 | ranjith_qualiantech_com | Note Deleted: 0111089 | |||||||||||||||||||||||||||
2019-04-24 12:44 | adrianromero | Review Assigned To | => adrianromero | ||||||||||||||||||||||||||
2019-04-24 12:44 | adrianromero | Note Added: 0111268 | |||||||||||||||||||||||||||
2019-04-24 12:44 | adrianromero | Status | resolved => closed | ||||||||||||||||||||||||||
2019-04-24 12:44 | adrianromero | Fixed in Version | => RR19Q3 | ||||||||||||||||||||||||||
2019-04-30 11:53 | shuehner | Note Added: 0111384 | |||||||||||||||||||||||||||
2019-04-30 11:53 | shuehner | Status | closed => new | ||||||||||||||||||||||||||
2019-04-30 11:53 | shuehner | Resolution | fixed => open | ||||||||||||||||||||||||||
2019-04-30 11:53 | shuehner | Fixed in Version | RR19Q3 => | ||||||||||||||||||||||||||
2019-04-30 11:53 | shuehner | Status | new => scheduled | ||||||||||||||||||||||||||
2019-04-30 11:54 | shuehner | Status | scheduled => resolved | ||||||||||||||||||||||||||
2019-04-30 11:54 | shuehner | Fixed in Version | => RR19Q3 | ||||||||||||||||||||||||||
2019-04-30 11:54 | shuehner | Resolution | open => fixed | ||||||||||||||||||||||||||
2019-04-30 11:54 | shuehner | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|