Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040777Openbravo ERP09. Financial managementpublic2019-04-10 12:352019-05-08 08:35
shuehner 
Triage Omni OMS 
normalminorhave not tried
closedinvalid 
5
 
3.0PR18Q4.4 
Core
No
0040777: ResetAccounting.hasProcessing is not using bind-parameters
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);
-
No tags attached.
blocks defect 0040579 closed Triage Omni OMS ResetAccounting.hasProcessing is not using bind-parameters 
Issue History
2019-05-04 17:17nonofranciscoTypedefect => backport
2019-05-04 17:17nonofranciscoTarget Version => 3.0PR18Q4.4
2019-05-08 08:35SandrahuguetStatusscheduled => closed
2019-05-08 08:35SandrahuguetResolutionopen => invalid

There are no notes attached to this issue.