Saturday, December 21, 2024
1 change · master
Resolved issues and error corrections
Splitting a manufacturing order now keeps the related work order statuses accurate on the backorder. This helps production teams avoid confusion and rely on correct progress information after a split.
Original PR description
Before this Commit: ---------------------------- Whenever a manufacturing order (MO) with work orders is split, the work order states in the backorder MO are incorrect. Step to Produce: ---------------------------- 1. Create a MO with work orders. 2. Split the MO. 3. Open the backorder MO and check the work order states. With this Commit: ---------------------------- The issue was due to improper state computation and a lack of necessary dependencies. The dependencies have been properly applied, ensuring the correct state computation of work orders in backorder MOs. Task-id: 4410926