Openbravo Issue Tracking System - Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0029984 | Modules | SEPA Credit Transfer Customer-to-Bank | public | 2015-05-22 14:24 | 2015-05-28 09:56 | |||||||
Reporter | ngarcia | |||||||||||
Assigned To | jorge-garcia | |||||||||||
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 | vmromanos | |||||||||||
Support ticket | 36154 | |||||||||||
OBNetwork customer | OBPS | |||||||||||
Regression introduced in release | ||||||||||||
Summary | 0029984: Bank Instruction description's last character is removed when adding it to the ustrd field | |||||||||||
Description | Bank Instruction description's last character is removed when adding it to the ustrd field | |||||||||||
Steps To Reproduce | As group admin role: Create a Remittance with Remittance type "SEPA Credit Transfer Customer-to-Bank (pain.001.001.03)" and process it Check a Bank Instructions record has a description and if not add it Create Remittance File and check the last character is removed from that description Repeat the process with "SEPA Credit Transfer Customer-to-Bank (pain.001.001.04)" and check the same problem happens | |||||||||||
Proposed Solution | The problem is in the following code of the CreditTransfer.java file: remInfo7.getUstrd() .add( parseText(line.getDescription().substring( 0, line.getDescription().length() > 140 ? 139 : line.getDescription().length() - 1))); | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2015-05-22 14:24 | ngarcia | New Issue | ||||||||||
2015-05-22 14:24 | ngarcia | Assigned To | => Triage Finance | |||||||||
2015-05-22 14:24 | ngarcia | Support ticket | => 36154 | |||||||||
2015-05-22 14:24 | ngarcia | OBNetwork customer | => Yes | |||||||||
2015-05-22 14:24 | ngarcia | Issue generated from | 0029983 | |||||||||
2015-05-22 14:25 | ngarcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=8645#r8645 | |||||||||
2015-05-22 14:25 | ngarcia | Issue Monitored: networkb | ||||||||||
2015-05-22 14:29 | ngarcia | Resolution time | => 1435269600 | |||||||||
2015-05-22 14:29 | ngarcia | Proposed Solution updated | ||||||||||
2015-05-22 14:31 | ngarcia | Relationship added | related to 0029983 | |||||||||
2015-05-27 15:31 | jorge-garcia | Note Added: 0077809 | ||||||||||
2015-05-27 15:32 | jorge-garcia | Status | new => scheduled | |||||||||
2015-05-27 15:32 | jorge-garcia | Assigned To | Triage Finance => jorge-garcia | |||||||||
2015-05-28 09:54 | hgbot | Checkin | ||||||||||
2015-05-28 09:54 | hgbot | Note Added: 0077856 | ||||||||||
2015-05-28 09:54 | hgbot | Status | scheduled => resolved | |||||||||
2015-05-28 09:54 | hgbot | Resolution | open => fixed | |||||||||
2015-05-28 09:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.sepa.iso20022.credittransfer.customertobank/rev/6aaf6bcd45b0600fd64ad922a6b3b866651e207d [^] | |||||||||
2015-05-28 09:56 | vmromanos | Review Assigned To | => vmromanos | |||||||||
2015-05-28 09:56 | vmromanos | Note Added: 0077857 | ||||||||||
2015-05-28 09:56 | vmromanos | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|