Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0023351
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2013-03-20 12:452013-03-21 10:20
ReporterngarciaView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityurgentResolutionduplicateFixed in Version3.0MP22
StatusclosedFix in branchpiFixed in SCM revisiona2ba86ffe870
ProjectionnoneETAnoneTarget Version3.0MP22
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tongarcia
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0023351: Bank Statement with a line without a BP defined could not be imported

DescriptionBank Statement with a line without a BP defined could not be imported
Steps To ReproduceAs 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 SolutionIn 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;
    }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0022891 closedioritzCia Modules Impossible to import the bank statement 

-  Notes
(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
---

- 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 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
Powered by Mantis Bugtracker