Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018733Openbravo ERPZ. Otherspublic2011-10-07 14:062011-10-11 13:27
maite 
mirurita 
urgentmajoralways
closedfixed 
5
 
3.0MP4 
Advanced Payables and Receivables Mngmt
No
0018733: Import Bank Statement process is not matching BP properly
When importing Bank Statement of Cuaderno43 type, and bank statement contains line with code 22 (Registro principal de movimientos (obligatorio)) but no associated line with code 23 (Registros complementarios de concepto. Primero a quinto opcionales), method matchBusinessPartnerByName is setting busines partner but it should not
(as line with code 23 is what gives you partner information)
1. Install module Cuaderno43
2. Go to Financial Account and import Bank statement file with line 22 but no 23
3. Realize that line has business partner, and it should not
method matchBusinessPartnerByName in FIN_BankStatementImport.java should not be executed when receiving parameter "partnername" empty
No tags attached.
blocks defect 00187323.0MP4 closed mirurita Import Bank Statement process is not matching BP properly 
Issue History
2011-10-07 15:19miruritaTypedefect => backport
2011-10-07 15:19miruritafix_in_branch => 2.50
2011-10-10 09:35hgbotCheckin
2011-10-10 09:35hgbotNote Added: 0041564
2011-10-10 09:36hgbotStatusscheduled => resolved
2011-10-10 09:36hgbotResolutionopen => fixed
2011-10-10 09:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/6e32e4b842221121105f433937bbca5107e1e4c3 [^]
2011-10-11 13:27maiteNote Added: 0041585
2011-10-11 13:27maiteStatusresolved => closed

Notes
(0041564)
hgbot   
2011-10-10 09:35   
Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: 6e32e4b842221121105f433937bbca5107e1e4c3
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Mon Oct 10 09:35:34 2011 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/6e32e4b842221121105f433937bbca5107e1e4c3 [^]

Fixes issue 18733: Import Bank Statement process is not matching BP properly

---
M src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java
---
(0041585)
maite   
2011-10-11 13:27   
verified