Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029648 | Modules | SEPA Credit Transfer Customer-to-Bank | public | 2015-04-21 11:22 | 2015-05-04 17:28 |
|
Reporter | maite | |
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 | 35736 |
OBNetwork customer | OBPS |
Regression introduced in release | |
|
Summary | 0029648: "BtchBookg" should not be set to FALSE as it is non-mandatory tag |
Description | "BtchBookg" should not be set to FALSE as it is non-mandatory tag |
Steps To Reproduce | Obtain SEPA credit transfer file and realize that "BtchBookg" tag appears set to FALSE |
Proposed Solution | paymentInstruction.setBtchBookg(Boolean.FALSE); should be removed from:
modules/org.openbravo.sepa.iso20022.credittransfer.customertobank/src/org/openbravo/sepa/iso20022/credittransfer/customertobank/pain/x001/x001/x04/report/CreditTransfer.java
modules/org.openbravo.sepa.iso20022.credittransfer.customertobank/src/org/openbravo/sepa/iso20022/credittransfer/customertobank/pain/x001/x001/x03/report/CreditTransfer.java |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-21 11:22 | maite | New Issue | |
2015-04-21 11:22 | maite | Assigned To | => Triage Finance |
2015-04-21 11:22 | maite | Resolution time | => 1432504800 |
2015-04-21 11:22 | maite | Support ticket | => 35736 |
2015-04-21 11:22 | maite | OBNetwork customer | => Yes |
2015-04-21 11:23 | maite | Issue Monitored: networkb | |
2015-04-24 14:08 | jorge-garcia | Status | new => scheduled |
2015-04-24 14:08 | jorge-garcia | Assigned To | Triage Finance => jorge-garcia |
2015-04-27 12:58 | jorge-garcia | Note Added: 0076780 | |
2015-05-04 17:27 | hgbot | Checkin | |
2015-05-04 17:27 | hgbot | Note Added: 0076954 | |
2015-05-04 17:27 | hgbot | Status | scheduled => resolved |
2015-05-04 17:27 | hgbot | Resolution | open => fixed |
2015-05-04 17:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.sepa.iso20022.credittransfer.customertobank/rev/8ad324af901cfbab77abcc9b87635ae667b34340 [^] |
2015-05-04 17:27 | hgbot | Checkin | |
2015-05-04 17:27 | hgbot | Note Added: 0076955 | |
2015-05-04 17:28 | vmromanos | Review Assigned To | => vmromanos |
2015-05-04 17:28 | vmromanos | Note Added: 0076956 | |
2015-05-04 17:28 | vmromanos | Status | resolved => closed |
Notes |
|
(0076780)
|
jorge-garcia
|
2015-04-27 12:58
|
|
Test Plan:
1. Register Remittance with remittance type "SEPA Credit Transfer Customer-to-Bank (pain.001.001.03)", add any line and process
2. Create remittance file and realize that "BtchBookg" tag doesn't appear in the SEPA credit transfer file.
3. Register Remittance with remittance type "SEPA Credit Transfer Customer-to-Bank (pain.001.001.04)", add any line and process
4. Create remittance file and realize that "BtchBookg" tag doesn't appear in the SEPA credit transfer file. |
|
|
(0076954)
|
hgbot
|
2015-05-04 17:27
|
|
Repository: erp/pmods/org.openbravo.sepa.iso20022.credittransfer.customertobank
Changeset: 8ad324af901cfbab77abcc9b87635ae667b34340
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Apr 27 11:46:32 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.sepa.iso20022.credittransfer.customertobank/rev/8ad324af901cfbab77abcc9b87635ae667b34340 [^]
Fixed issue 29648: "BtchBookg" should not be set to FALSE
"BtchBookg" should not be set to FALSE as it is non-mandatory tag.
The solution is to remove the setter from CreditTransfer.java and now, the
BtchBookg doesn't appear in the credit transfer file.
---
M src/org/openbravo/sepa/iso20022/credittransfer/customertobank/pain/x001/x001/x03/report/CreditTransfer.java
M src/org/openbravo/sepa/iso20022/credittransfer/customertobank/pain/x001/x001/x04/report/CreditTransfer.java
---
|
|
|
(0076955)
|
hgbot
|
2015-05-04 17:27
|
|
|
|
|
Code review + testing OK.
It will be available in SEPA Credit Transfer Customer-to-Bank 1.0.5 (or higher) |
|