Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040773 | Openbravo ERP | 07. Sales management | public | 2019-04-09 20:29 | 2019-05-10 08:38 |
|
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.0PR19Q1.2 | Fixed in Version | 3.0PR19Q1.2 | |
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 | 0040773: 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.0PR19Q1.1 |
2019-05-06 08:31 | Sandrahuguet | Target Version | 3.0PR19Q1.1 => 3.0PR19Q1.2 |
2019-05-10 08:35 | hgbot | Checkin | |
2019-05-10 08:35 | hgbot | Note Added: 0111610 | |
2019-05-10 08:35 | hgbot | Status | scheduled => resolved |
2019-05-10 08:35 | hgbot | Resolution | open => fixed |
2019-05-10 08:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR19Q1.2/rev/67da70fbfe160250c8d1f0c2a4e05e3424021f8c [^] |
2019-05-10 08:38 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-05-10 08:38 | Sandrahuguet | Note Added: 0111612 | |
2019-05-10 08:38 | Sandrahuguet | Status | resolved => closed |
2019-05-10 08:38 | Sandrahuguet | Fixed in Version | => 3.0PR19Q1.2 |