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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021588
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2012-09-10 13:312012-09-26 17:19
ReportermaiteView Statuspublic 
Assigned ToioritzCia 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision1ba52792abc2
ProjectionnoneETAnoneTarget Version3.0MP16
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesAdvanced Payables and Receivables Mngmt
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021588: finBPByName method, in FIN_BankStatementImport java needs to be corrected

DescriptionfinBPByName method, in FIN_BankStatementImport java needs to be corrected
Steps To ReproduceHave a look at finBPByName() method. Realize that verification made to skip "partnername" empty needs to be corrected, as bank statement lines with partnername=' ' also needs to be skipped.
 
Proposed SolutionFollowing code
if (partnername == null || "".equals(partnername))
needs to be substituted by
if (partnername == null || "".equals(partnername.trim()))
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0052182)
hgbot (developer)
2012-09-18 09:25

Repository: erp/devel/pi
Changeset: 1ba52792abc2afe8b1605766dbda3191dbc2ba25
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Fri Sep 14 13:17:34 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1ba52792abc2afe8b1605766dbda3191dbc2ba25 [^]

Fixes issue 21588: FIN_BankStatementImport.finBPByName method needs correction.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java
---
(0052238)
maite (developer)
2012-09-19 17:03

closed
(0052777)
hudsonbot (developer)
2012-09-26 17:19

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b780e90c6452 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-09-10 13:31 maite New Issue
2012-09-10 13:31 maite Assigned To => dmiguelez
2012-09-10 13:31 maite Modules => Advanced Payables and Receivables Mngmt
2012-09-10 13:31 maite Issue Monitored: networkb
2012-09-10 13:40 maite Assigned To dmiguelez => jonalegriaesarte
2012-09-10 13:43 maite Target Version 3.0MP17 => 3.0MP16
2012-09-14 13:10 ioritzCia Assigned To jonalegriaesarte => ioritzCia
2012-09-14 13:14 ioritzCia Status new => scheduled
2012-09-14 13:14 ioritzCia fix_in_branch => pi
2012-09-18 09:25 hgbot Checkin
2012-09-18 09:25 hgbot Note Added: 0052182
2012-09-18 09:25 hgbot Status scheduled => resolved
2012-09-18 09:25 hgbot Resolution open => fixed
2012-09-18 09:25 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1ba52792abc2afe8b1605766dbda3191dbc2ba25 [^]
2012-09-19 17:03 maite Note Added: 0052238
2012-09-19 17:03 maite Status resolved => closed
2012-09-26 17:19 hudsonbot Checkin
2012-09-26 17:19 hudsonbot Note Added: 0052777


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker