Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0040776 | Openbravo ERP | 09. Financial management | public | 2019-04-10 12:35 | 2019-05-10 08:37 |
|
| Reporter | shuehner | |
| Assigned To | Triage Omni OMS | |
| 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 | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0040776: ResetAccounting.hasProcessing is not using bind-parameters |
| Description | This code is not using bind-params:
String hql = " select count(*) from ADColumn where table.id = '" + strTableId + "' "
+ " and lower(dBColumnName) = 'processing'";
Query<Long> query = OBDal.getInstance().getSession().createQuery(hql, Long.class); |
| Steps To Reproduce | - |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | blocks | defect | 0040579 | | closed | Triage Omni OMS | ResetAccounting.hasProcessing is not using bind-parameters |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2019-05-04 17:17 | nonofrancisco | Type | defect => backport |
| 2019-05-04 17:17 | nonofrancisco | Target Version | => 3.0PR19Q1.1 |
| 2019-05-06 08:30 | Sandrahuguet | Target Version | 3.0PR19Q1.1 => 3.0PR19Q1.2 |
| 2019-05-10 08:34 | hgbot | Checkin | |
| 2019-05-10 08:34 | hgbot | Note Added: 0111609 | |
| 2019-05-10 08:34 | hgbot | Status | scheduled => resolved |
| 2019-05-10 08:34 | hgbot | Resolution | open => fixed |
| 2019-05-10 08:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR19Q1.2/rev/4158c90d38b2d39f0de6ffd715075c3cf7c0fb4d [^] |
| 2019-05-10 08:37 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
| 2019-05-10 08:37 | Sandrahuguet | Note Added: 0111611 | |
| 2019-05-10 08:37 | Sandrahuguet | Status | resolved => closed |
| 2019-05-10 08:37 | Sandrahuguet | Fixed in Version | => 3.0PR19Q1.2 |