Error in Authorize & Capture tab in Transaction Header Link
----------------------------------------------------------- Key: OFBIZ-394 URL: http://issues.apache.org/jira/browse/OFBIZ-394 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components: accounting Affects Versions: SVN trunk Environment: Linux(CentOS) / Windows XP Reporter: Ashish Vijaywargiya Hi, When I don't provide any values in Authorize & Capture form that are present in transaction header link of Accounting component and clicks on Authorize & Capture then it gives error.Although the null check is present in the bsh file : if ((orderId == null) || (orderPaymentPreferenceId == null)) return; I changed the bsh file to resolve this issue. But I don't know if its the better way to resolve this issue. Can anybody of you look at this files ??? Regards Ashish Vijaywargiya -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-394?page=all ]
Ashish Vijaywargiya updated OFBIZ-394: -------------------------------------- Attachment: Accounting_Authorize_Capture.patch.zip Hi, Here is the patch to resolve this issue. But there may be some better way to resolve this issue. Regards Ashish Vijaywargiya > Error in Authorize & Capture tab in Transaction Header Link > ----------------------------------------------------------- > > Key: OFBIZ-394 > URL: http://issues.apache.org/jira/browse/OFBIZ-394 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Environment: Linux(CentOS) / Windows XP > Reporter: Ashish Vijaywargiya > Attachments: Accounting_Authorize_Capture.patch.zip > > > Hi, > When I don't provide any values in Authorize & Capture form that are present in transaction header link of Accounting component and clicks on Authorize & Capture then it gives error.Although the null check is present in the bsh file : if ((orderId == null) || (orderPaymentPreferenceId == null)) return; > I changed the bsh file to resolve this issue. > But I don't know if its the better way to resolve this issue. > Can anybody of you look at this files ??? > Regards > Ashish Vijaywargiya -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-394?page=all ]
Ashish Vijaywargiya updated OFBIZ-394: -------------------------------------- Attachment: Authorize.png Here is the Authorize.png file that shows the screen error. > Error in Authorize & Capture tab in Transaction Header Link > ----------------------------------------------------------- > > Key: OFBIZ-394 > URL: http://issues.apache.org/jira/browse/OFBIZ-394 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Environment: Linux(CentOS) / Windows XP > Reporter: Ashish Vijaywargiya > Attachments: Accounting_Authorize_Capture.patch.zip, Authorize.png, Capture.png > > > Hi, > When I don't provide any values in Authorize & Capture form that are present in transaction header link of Accounting component and clicks on Authorize & Capture then it gives error.Although the null check is present in the bsh file : if ((orderId == null) || (orderPaymentPreferenceId == null)) return; > I changed the bsh file to resolve this issue. > But I don't know if its the better way to resolve this issue. > Can anybody of you look at this files ??? > Regards > Ashish Vijaywargiya -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-394?page=all ]
Ashish Vijaywargiya updated OFBIZ-394: -------------------------------------- Attachment: Capture.png Here is the Capture.png file that shows the screen error. > Error in Authorize & Capture tab in Transaction Header Link > ----------------------------------------------------------- > > Key: OFBIZ-394 > URL: http://issues.apache.org/jira/browse/OFBIZ-394 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Environment: Linux(CentOS) / Windows XP > Reporter: Ashish Vijaywargiya > Attachments: Accounting_Authorize_Capture.patch.zip, Authorize.png, Capture.png > > > Hi, > When I don't provide any values in Authorize & Capture form that are present in transaction header link of Accounting component and clicks on Authorize & Capture then it gives error.Although the null check is present in the bsh file : if ((orderId == null) || (orderPaymentPreferenceId == null)) return; > I changed the bsh file to resolve this issue. > But I don't know if its the better way to resolve this issue. > Can anybody of you look at this files ??? > Regards > Ashish Vijaywargiya -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-394?page=all ]
Si Chen reassigned OFBIZ-394: ----------------------------- Assignee: Si Chen > Error in Authorize & Capture tab in Transaction Header Link > ----------------------------------------------------------- > > Key: OFBIZ-394 > URL: http://issues.apache.org/jira/browse/OFBIZ-394 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Environment: Linux(CentOS) / Windows XP > Reporter: Ashish Vijaywargiya > Assigned To: Si Chen > Attachments: Accounting_Authorize_Capture.patch.zip, Authorize.png, Capture.png > > > Hi, > When I don't provide any values in Authorize & Capture form that are present in transaction header link of Accounting component and clicks on Authorize & Capture then it gives error.Although the null check is present in the bsh file : if ((orderId == null) || (orderPaymentPreferenceId == null)) return; > I changed the bsh file to resolve this issue. > But I don't know if its the better way to resolve this issue. > Can anybody of you look at this files ??? > Regards > Ashish Vijaywargiya -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-394?page=all ]
Si Chen closed OFBIZ-394. ------------------------- Resolution: Fixed > Error in Authorize & Capture tab in Transaction Header Link > ----------------------------------------------------------- > > Key: OFBIZ-394 > URL: http://issues.apache.org/jira/browse/OFBIZ-394 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Environment: Linux(CentOS) / Windows XP > Reporter: Ashish Vijaywargiya > Assigned To: Si Chen > Attachments: Accounting_Authorize_Capture.patch.zip, Authorize.png, Capture.png > > > Hi, > When I don't provide any values in Authorize & Capture form that are present in transaction header link of Accounting component and clicks on Authorize & Capture then it gives error.Although the null check is present in the bsh file : if ((orderId == null) || (orderPaymentPreferenceId == null)) return; > I changed the bsh file to resolve this issue. > But I don't know if its the better way to resolve this issue. > Can anybody of you look at this files ??? > Regards > Ashish Vijaywargiya -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |