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

View Revisions: Issue #22850 All Revisions ] Back to Issue ]
Summary 0022850: Not possible to create Refund Payment only refunding credit amount
Revision 2013-01-21 10:34 by maite
Steps To Reproduce 1. Create Payment In for any BP and set Amount=100. Process payment without choose any order, invoice or gl item so 100 EUR credit is generated
2. Create Payment In for same BP, select option "Use available credit" and choose option "Refund amount to customer". Process and realize that payment is not properly processed

Log shows "Null Pointer Exception" error and problem is that variable "message" is null at line "if (strDifferenceAction.equals("refund")
            && !"Error".equalsIgnoreCase(message.getType())) {", in AddOrderOrInvoice.java file
Revision 2013-01-21 10:30 by maite
Steps To Reproduce 1. Create Payment In for any BP and set Amount=100. Process payment without choose any order, invoice or gl item so 100 EUR credit is generated
2. Create Payment In for same BP, select option "Use available credit" and choose option "Refund amount to customer". Process and realize that payment is not properly processed

Log shows "Null Pointer Exception" error and problem is that variable "message" is null at line 230
Revision 2013-01-21 10:19 by maite
Steps To Reproduce 1. Create Payment In for any BP and set Amount=100. Process payment without choose any order, invoice or gl item so 100 EUR credit is generated
2. Create Payment In for same BP and choose option "Refund amount to customer". Process and realize that payment is not properly processed

Log shows "Null Pointer Exception" error and problem is that variable "message" is null at line 230


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker