Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041302 | Openbravo ERP | 09. Financial management | public | 2019-07-06 01:15 | 2019-08-22 14:44 |
|
Reporter | collazoandy4 | |
Assigned To | collazoandy4 | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q3 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0041302: Apply HQL style guide to PaymentReportDao |
Description | Apply HQL style guide to PaymentReportDao |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0041287 | | acknowledged | Triage Platform Base | Tracking issue: Convert HQL to apply new style | related to | defect | 0041199 | 3.0PR19Q4 | closed | collazoandy4 | PaymentReportDao is not using bind-param |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-07-06 01:15 | collazoandy4 | New Issue | |
2019-07-06 01:15 | collazoandy4 | Assigned To | => collazoandy4 |
2019-07-06 01:15 | collazoandy4 | Modules | => Core |
2019-07-06 01:15 | collazoandy4 | Triggers an Emergency Pack | => No |
2019-07-06 01:17 | collazoandy4 | Status | new => scheduled |
2019-07-06 01:18 | collazoandy4 | Relationship added | related to 0041287 |
2019-07-08 21:41 | collazoandy4 | Note Added: 0113226 | |
2019-07-11 15:11 | Sandrahuguet | Relationship added | related to 0041199 |
2019-07-16 16:40 | dmiguelez | Note Added: 0113431 | |
2019-07-16 16:40 | dmiguelez | Status | scheduled => resolved |
2019-07-16 16:40 | dmiguelez | Fixed in Version | => 3.0PR19Q3 |
2019-07-16 16:40 | dmiguelez | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/eb6dbfe69fd7 [^] |
2019-07-16 16:40 | dmiguelez | Resolution | open => fixed |
2019-07-16 16:40 | dmiguelez | Review Assigned To | => dmiguelez |
2019-07-16 16:40 | dmiguelez | Note Added: 0113432 | |
2019-07-16 16:40 | dmiguelez | Status | resolved => closed |
2019-07-19 09:45 | hgbot | Checkin | |
2019-07-19 09:45 | hgbot | Note Added: 0113544 | |
2019-08-22 14:44 | hudsonbot | Checkin | |
2019-08-22 14:44 | hudsonbot | Note Added: 0114166 | |
Notes |
|
(0113226)
|
collazoandy4
|
2019-07-08 21:41
|
|
Test Plan
Go to Payment Report window and export the report to excel and check the process ends without error |
|
|
|
|
|
|
|
|
(0113544)
|
hgbot
|
2019-07-19 09:45
|
|
Repository: erp/devel/pi
Changeset: 7ea164af68778b888f663d37ca4b0124aabbbc1f
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jul 19 09:40:52 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7ea164af68778b888f663d37ca4b0124aabbbc1f [^]
Related to Issue 41302. Removed unnecessary .toString() calls.
If the variable is already a String it is not necessary to
call to the .toString() method.
---
M modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportDao.java
---
|
|
|
|
|