[
https://issues.apache.org/jira/browse/OFBIZ-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankit Jain updated OFBIZ-4629:
------------------------------
Attachment: Updated-Ofbiz-4629.patch
Thanks Jacques, for reviewing it.
Yes I found the method VerifyPickSessionRow.issueItemToShipment which is doing
the same thing.
But I found a bug too and also the reason for it, actually when you verify an
order by passing "PicklistBinId" then it updates the status of picklistitems,
but if we verify an order by passing a orderId then the status of the
picklistitem never changes to Complete.
The reason is that when we pass orderId the "picklistBinId" is not get set in
the verifyPickSession so its not available at the time "issueItemToShipment" is
called so its not changing the status to complete.
So I created a patch will will fix this issue.
> The Status of PicklistItem never changes from PICKITEM_PENDING to
> PICKITEM_COMPLETED.
> -------------------------------------------------------------------------------------
>
> Key: OFBIZ-4629
> URL: https://issues.apache.org/jira/browse/OFBIZ-4629
> Project: OFBiz
> Issue Type: Bug
> Components: product
> Affects Versions: Release 10.04, SVN trunk
> Reporter: Ankit Jain
> Priority: Minor
> Attachments: OFBIZ-4629.patch, Updated-Ofbiz-4629.patch
>
>
> Whenever a order is verified picked the status of Picklistitem never changes
> to "PICKITEM_COMPLETED", even if the order is completed the status always
> remain as "PICKITEM_PENDING". I think when a PiclistItem is verified the
> status should change to "PICKITEM_COMPLETED".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira