You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2006/10/20 06:38:34 UTC

[jira] Created: (OFBIZ-394) Error in Authorize & Capture tab in Transaction Header Link

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

        

[jira] Closed: (OFBIZ-394) Error in Authorize & Capture tab in Transaction Header Link

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] Updated: (OFBIZ-394) Error in Authorize & Capture tab in Transaction Header Link

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] Updated: (OFBIZ-394) Error in Authorize & Capture tab in Transaction Header Link

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] Updated: (OFBIZ-394) Error in Authorize & Capture tab in Transaction Header Link

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ 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