Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023351 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2013-03-20 12:45 | 2013-03-21 10:20 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | urgent | Resolution | duplicate | Fixed in Version | 3.0MP22 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | a2ba86ffe870 | |||
Projection | none | ETA | none | Target Version | 3.0MP22 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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; } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||
|
![]() |
|
(0057341) hgbot (developer) 2013-03-20 23:52 |
Repository: erp/devel/pi Changeset: a2ba86ffe87050f4ef1bc6437c936f9eb59161f1 Author: Jon Alegría <jon.alegria <at> openbravo.com> Date: Wed Mar 20 23:51:45 2013 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/a2ba86ffe87050f4ef1bc6437c936f9eb59161f1 [^] Fixes issue 0023351: Bank Statement with a line without a BP defined could not be imported --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java --- |
(0057346) hgbot (developer) 2013-03-21 10:13 |
Repository: erp/devel/pi Changeset: a5faac7048526652685a549beec384e14a73c3fb Author: Jon Alegría <jon.alegria <at> openbravo.com> Date: Thu Mar 21 10:12:22 2013 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/a5faac7048526652685a549beec384e14a73c3fb [^] Backout issue 0023351: Bank Statement with a line without a BP defined could not be imported --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java --- |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |