You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Si Chen (JIRA)" <ji...@apache.org> on 2006/11/17 02:31:38 UTC

[jira] Closed: (OFBIZ-462) when return is cancelled, return items should be cancelled

     [ http://issues.apache.org/jira/browse/OFBIZ-462?page=all ]

Si Chen closed OFBIZ-462.
-------------------------

    Resolution: Fixed

Thanks, Ashish -- This is good except for one thing: the seca should be synch not asynch.  Asynch sends it to run in a pool and is usually good for things you want to run in a separate thread and with time delays (and over and over again if it failed.)  This should basically be run as synch so it happens immediately, and if you can't update the return items for some reason, the whole operation should be failed and rolled back.

> when return is cancelled, return items should be cancelled
> ----------------------------------------------------------
>
>                 Key: OFBIZ-462
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-462
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>            Reporter: Si Chen
>         Assigned To: Si Chen
>         Attachments: Ofbiz_ReturnItem2_Nov_17.patch, Ofbiz_ReturnItems_Nov_16.patch
>
>
> When a return header is set to cancelled, a new service to set all return items' status to cancelled should be called.  Otherwise, the return header is cancelled but the return items are still requested, leading to possible errors.

-- 
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