Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040583 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2019-04-10 12:47 | 2019-04-30 11:54 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR19Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | c82334b59fdf | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | adrianromero | |||||||
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 | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||
|
Notes | |
(0111088) hgbot (developer) 2019-04-12 07:43 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: b23ba3569b57850fa59c9bd8bfdfabb56c30e06c Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Fri Apr 12 11:13:28 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b23ba3569b57850fa59c9bd8bfdfabb56c30e06c [^] Fixed issue 40583 : Update POSUtils query to use query parameter --- M src/org/openbravo/retail/posterminal/POSUtils.java --- |
(0111268) adrianromero (manager) 2019-04-24 12:44 |
Verified. |
(0111384) shuehner (administrator) 2019-04-30 11:53 |
Reopening just to schedule backports |
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 |
Copyright © 2000 - 2009 MantisBT Group |