Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||
View Issue Details | |||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0023351 | Openbravo ERP | 09. Financial management | public | 2013-03-20 12:45 | 2013-03-21 10:20 | ||||||||
Reporter | ngarcia | ||||||||||||
Assigned To | jonalegriaesarte | ||||||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||||||
Status | closed | Resolution | duplicate | ||||||||||
Platform | OS | 5 | OS Version | ||||||||||
Product Version | |||||||||||||
Target Version | 3.0MP22 | Fixed in Version | 3.0MP22 | ||||||||||
Merge Request Status | |||||||||||||
Review Assigned To | ngarcia | ||||||||||||
OBNetwork customer | OBPS | ||||||||||||
Web browser | |||||||||||||
Modules | Core | ||||||||||||
Support ticket | 20173 | ||||||||||||
Regression level | |||||||||||||
Regression date | |||||||||||||
Regression introduced in release | |||||||||||||
Regression introduced by commit | |||||||||||||
Triggers an Emergency Pack | No | ||||||||||||
Summary | 0023351: Bank Statement with a line without a BP defined could not be imported | ||||||||||||
Description | Bank Statement with a line without a BP defined could not be imported | ||||||||||||
Steps To Reproduce | As system admin role: Install the Cuaderno 43 module As group admin role: Try to import a bank statement file without a BP name defined in the concept line (23...) The file is not imported but the application does not show any error | ||||||||||||
Proposed Solution | In the FIN_BankStatementImport.java file, when calling the matchPreviousBSL() function from the saveFINBankStatementLines() with the business partner name as "", it returns null. Change the result returned when the partnername is empty if (partnername == null || "".equals(partnername.trim())) { return null; } with if (partnername == null || "".equals(partnername.trim())) { return result; } | ||||||||||||
Additional Information | |||||||||||||
Tags | No tags attached. | ||||||||||||
Relationships |
| ||||||||||||
Attached Files | |||||||||||||
Issue History | |||||||||||||
Date Modified | Username | Field | Change | ||||||||||
2013-03-20 12:45 | ngarcia | New Issue | |||||||||||
2013-03-20 12:45 | ngarcia | Assigned To | => dmiguelez | ||||||||||
2013-03-20 12:45 | ngarcia | Modules | => Core | ||||||||||
2013-03-20 12:45 | ngarcia | OBNetwork customer | => Yes | ||||||||||
2013-03-20 12:45 | ngarcia | Support ticket | => 20173 | ||||||||||
2013-03-20 12:45 | ngarcia | Resolution time | => 1366668000 | ||||||||||
2013-03-20 12:45 | ngarcia | Triggers an Emergency Pack | => No | ||||||||||
2013-03-20 12:45 | ngarcia | Issue Monitored: networkb | |||||||||||
2013-03-20 20:39 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte | ||||||||||
2013-03-20 23:52 | hgbot | Checkin | |||||||||||
2013-03-20 23:52 | hgbot | Note Added: 0057341 | |||||||||||
2013-03-20 23:52 | hgbot | Status | new => resolved | ||||||||||
2013-03-20 23:52 | hgbot | Resolution | open => fixed | ||||||||||
2013-03-20 23:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a2ba86ffe87050f4ef1bc6437c936f9eb59161f1 [^] | ||||||||||
2013-03-21 10:13 | hgbot | Checkin | |||||||||||
2013-03-21 10:13 | hgbot | Note Added: 0057346 | |||||||||||
2013-03-21 10:17 | ngarcia | Status | resolved => new | ||||||||||
2013-03-21 10:17 | ngarcia | Resolution | fixed => open | ||||||||||
2013-03-21 10:17 | ngarcia | Relationship added | duplicate of 0022891 | ||||||||||
2013-03-21 10:18 | ngarcia | Status | new => scheduled | ||||||||||
2013-03-21 10:18 | ngarcia | fix_in_branch | => pi | ||||||||||
2013-03-21 10:20 | ngarcia | Review Assigned To | => ngarcia | ||||||||||
2013-03-21 10:20 | ngarcia | Status | scheduled => closed | ||||||||||
2013-03-21 10:20 | ngarcia | Resolution | open => duplicate | ||||||||||
2013-03-21 10:20 | ngarcia | Fixed in Version | => 3.0MP22 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|