Vaibhav Jain created OFBIZ-8459:
-----------------------------------
Summary: InventoryItemStatus is not updated to INV_PROMISED status while creating sales order for serialized product.
Key: OFBIZ-8459
URL:
https://issues.apache.org/jira/browse/OFBIZ-8459 Project: OFBiz
Issue Type: Bug
Components: product
Reporter: Vaibhav Jain
Assignee: Vaibhav Jain
Fix For: Trunk
Steps to regenerate the issue:
1.Create a serialized product and receive single inventory item (please feed serial number) of the specific product.
2.Check the status of InventoryItem entity and InventoryItemStatus entity i.e. status should be INV_AVAILABLE.
3. Create sales order of serialized product.
4. Status of inventoryItem entity is changed to 'INV_PROMISED' but the status of InventoryItemStatus entity still remains 'INV_AVAILABLE'.
Expected :
In InventoryItemStatus entity 'INV_AVAILABLE' status should expire and create a new record of 'INV_PROMISED' status.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)