Openbravo Issue Tracking System - Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0052767 | Modules | Remittance | public | 2023-06-16 12:07 | 2023-06-20 12:17 | |||||||
Reporter | ngarcia | |||||||||||
Assigned To | frank_gonzalez | |||||||||||
Priority | urgent | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
Support ticket | ||||||||||||
OBNetwork customer | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0052767: orgdsIds parameter wrongly spelled in REM_AddRemittance.java | |||||||||||
Description | orgdsIds parameter wrongly spelled in REM_AddRemittance.java | |||||||||||
Steps To Reproduce | Check the code of REM_AddRemittance class The parameter in the whereClause is orgdsIds and when it is assigned it is orgids // @formatter:off String whereClause = "" + " as psd " // pending scheduled payments // + " left outer join psd.orderPaymentSchedule as ops" + " left outer join ops.order as ord " + " left outer join ord.businessPartner as obp " + " left outer join ops.fINPaymentPriority as opriority " + " left outer join psd.invoicePaymentSchedule ips " + " left outer join ips.invoice as inv " + " left outer join inv.businessPartner as ibp " + " left outer join ips.fINPaymentPriority as ipriority " + " where psd.paymentDetails is null" + " and psd.organization.id in :orgdsIds"; parameters.put("orgids", OBContext.getOBContext() .getOrganizationStructureProvider() .getChildTree(organization.getId(), true)); | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2023-06-16 12:07 | ngarcia | New Issue | ||||||||||
2023-06-16 12:07 | ngarcia | Assigned To | => Triage Omni OMS | |||||||||
2023-06-16 12:08 | ngarcia | Relationship added | caused by 0051594 | |||||||||
2023-06-16 12:11 | Practics | Issue Monitored: Practics | ||||||||||
2023-06-16 12:27 | aferraz | Assigned To | Triage Omni OMS => frank_gonzalez | |||||||||
2023-06-19 16:01 | frank_gonzalez | Status | new => scheduled | |||||||||
2023-06-19 16:09 | hgbot | Note Added: 0151316 | ||||||||||
2023-06-20 12:17 | hgbot | Resolution | open => fixed | |||||||||
2023-06-20 12:17 | hgbot | Status | scheduled => closed | |||||||||
2023-06-20 12:17 | hgbot | Note Added: 0151368 | ||||||||||
2023-06-20 12:17 | hgbot | Note Added: 0151369 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|