[jira] [Commented] (OFBIZ-10850) User is unable to create return

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10850) User is unable to create return

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-10850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788586#comment-16788586 ]

Ankush Upadhyay commented on OFBIZ-10850:
-----------------------------------------

Root cause of this issue is due to different returnableItems list contains generic values of OrderItem and OrderAdjustment entity and code is trying to skip OrderAdjustment generic value by  checking orderAdjustmentId in iteration that fails for OrderItem genericValue.

Provided patch to skip OrderAdjustment generic value in iteration with proper code handling.

> User is unable to create return
> -------------------------------
>
>                 Key: OFBIZ-10850
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10850
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Trunk
>            Reporter: Ashish Sharma
>            Assignee: Ankush Upadhyay
>            Priority: Major
>         Attachments: OFBIZ-10850.patch, OFBIZ-10850.png
>
>
> *Step to reproduce*
> Login with valid username and password.
> Navigate to ecommerce.
> Create a sales order.
> Navigate to order history.
> Click on return request
> *Expected result:* All the data should be properly aligned.
> *Actual result:* Error message is displayed in Return item section.
> Screen print attached



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)