Wrong ordered qty when reactivating a purchase order and setting a line to zero

Description

Test case as GardenWorld Admin

  • Verify storage for Mulch product, in seed it has Ordered=0

  • Create a Purchase Order for product Mulch with Qty=3

  • Complete the Purchase Order

    • In storage the Mulch product changes to Ordered=3

    • In PO Line the numbers are Qty=3, POQty=3, Delivered=0, OnOrder=3

  • Create a Material receipt for the PO and complete

    • In storage the Mulch product changes to Ordered=0 (and the OnHand is increased by 3)

    • In PO Line the numbers are Qty=3, POQty=3, Delivered=3, OnOrder=0

  • Reactivate the Purchase Order and change the Qty to zero

  • Complete again the Purchase Order

    • In storage the Mulch product changes to Ordered=-3

    • In PO Line the numbers are Qty=0, POQty=0, Delivered=3, OnOrder=-3

  • Create another Material receipt for the PO and complete - fill Qty with -3 (although the create from shows 0)

    • In storage the Mulch product stays in Ordered=-3 (*Error, must be zero*)

    • In PO Line the numbers are Qty=0, POQty=0, Delivered=0, OnOrder=-3 (*Error, OnOrder must be zero*)

Environment

None

Activity

Show:

Carlos Ruiz November 24, 2021 at 6:20 PM

The unit test created for this ticket is giving error in current master branch.

Thanks - this is caused by the changes in , will comment in that ticket.

Heng Sin Low November 24, 2021 at 5:56 AM

hi ,

The unit test created for this ticket is giving error in current master branch.

Regards,

Low

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created December 8, 2020 at 3:20 PM
Updated November 24, 2021 at 6:20 PM
Resolved December 9, 2020 at 7:50 PM