You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/03/03 19:15:26 UTC

[jira] [Closed] (OFBIZ-4953) Order item status change issue.

     [ https://issues.apache.org/jira/browse/OFBIZ-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4953.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 13.07
         Assignee: Jacques Le Roux

Thanks Deepak for the patch, Sumit, Christian for your help!

Deepak, your (slightly modified) patch is in
trunk r1573639  
R13.07 r1573640
R12.04 r1573641
R11.04 r1573642

Considering the current effort to remove Javolution use when possible, I have replaced 
  FastList.<EntityExpr>newInstance(); 
by 
  new ArrayList<EntityExpr>();
and formatted to use {} around one-line-code

Trivial comment for future: when replacing a patch, don't change the name. Jira will handle it by graying the older one with the same name, far easier to follow for committers (when you when to do things quickly ;)





> Order item status change issue.
> -------------------------------
>
>                 Key: OFBIZ-4953
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4953
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>            Reporter: Deepak Dixit
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04, Release Branch 13.07, Release 10.04
>
>         Attachments: OFBIZ-4953-R10.04.patch, OFBIZ-4953-R11.04-R12.04.patch, OFBIZ-4953-Trunk.patch, Updated-OFBIZ-4953-R10.04.patch, Updated-OFBIZ-4953-R11.04-R12.04.patch, Updated-OFBIZ-4953-Trunk.patch
>
>
> Steps to regenerate issue:
> - Crate an SO/PO with more then one line item.
> - Partially ship/received any one order item.
> - After partial ship/receive order should be in approve status, one order item in in completed status and another one is in Approved status.
> - Change order status to hold.
> - Now again approve order.
> - After approve all order order except Completed/cancelled item should go in Approved status.
> But as per the current behavior completed order item also change to approved status.



--
This message was sent by Atlassian JIRA
(v6.2#6252)