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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0023208
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Remittancemajoralways2013-03-01 13:202013-03-01 14:21
ReportermaiteView Statuspublic 
Assigned Tonaiaramartinez 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisiond4a5056eb59b
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0023208: Error when trying to post a Remittance

DescriptionWhen trying to post a remittance, Exception is raised and document is left in Document Disables status
Steps To Reproduce1. Register Remittance, add any line using Select Order or Invoices button. Process Remittance.
2. Post remittance and realize that "Disabled for accounting" status is set
Proposed SolutionProblem is in method "getPaymentConfirmation" in DocREMRemittance.java
In Line 347, following code "if (OrigStatus.equals(PAYMENT_RECEIVED)) {"
should be changed by "if (PAYMENT_RECEIVED.equals(OrigStatus)) {"
to avoid NullPointerException problem
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0056901)
hgbot (developer)
2013-03-01 14:13

Repository: erp/mods/org.openbravo.module.remittance
Changeset: d4a5056eb59b03afbe002cb52ac171741c748b99
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Fri Mar 01 14:03:04 2013 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.remittance/rev/d4a5056eb59b03afbe002cb52ac171741c748b99 [^]

fixed bug 23208: Error when trying to post a Remittance

---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/remittance/ad_forms/DocREMRemittance.java
---
(0056902)
maite (developer)
2013-03-01 14:21

verified

- Issue History
Date Modified Username Field Change
2013-03-01 13:20 maite New Issue
2013-03-01 13:20 maite Assigned To => eduardo_Argal
2013-03-01 13:20 maite Assigned To eduardo_Argal => naiaramartinez
2013-03-01 14:13 hgbot Checkin
2013-03-01 14:13 hgbot Note Added: 0056901
2013-03-01 14:13 hgbot Status new => resolved
2013-03-01 14:13 hgbot Resolution open => fixed
2013-03-01 14:13 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.module.remittance/rev/d4a5056eb59b03afbe002cb52ac171741c748b99 [^]
2013-03-01 14:21 maite Note Added: 0056902
2013-03-01 14:21 maite Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker