Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040772 | Openbravo ERP | 07. Sales management | public | 2019-04-09 20:29 | 2019-05-08 12:46 |
|
Reporter | shuehner | |
Assigned To | nonofrancisco | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR19Q2 | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0040772: SL_TaxCategory_Org.execute is not using bind-parameters |
Description | This method is not using bind-parameters in lines 49 + 58
whereClause = "as tn where tn.node = '" + organization.getId() + "' and tn.client.id = '"
+ organization.getClient().getId() + "'";
OBQuery<TreeNode> query = OBDal.getInstance().createQuery(TreeNode.class, whereClause);
|
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0040559 | | closed | nonofrancisco | SL_TaxCategory_Org.execute is not using bind-parameters |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-05-04 16:55 | nonofrancisco | Type | defect => backport |
2019-05-04 16:55 | nonofrancisco | Target Version | => 3.0PR19Q2 |
2019-05-08 12:46 | hgbot | Checkin | |
2019-05-08 12:46 | hgbot | Note Added: 0111571 | |
2019-05-08 12:46 | hgbot | Status | scheduled => resolved |
2019-05-08 12:46 | hgbot | Resolution | open => fixed |
2019-05-08 12:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR19Q2/rev/5b358f1d263fdea6b752ad6fcb32e3466aa8ffdf [^] |
2019-05-08 12:46 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-05-08 12:46 | Sandrahuguet | Note Added: 0111572 | |
2019-05-08 12:46 | Sandrahuguet | Status | resolved => closed |
2019-05-08 12:46 | Sandrahuguet | Fixed in Version | => 3.0PR19Q2 |