You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a purchase order has invoiced lines and 2 or more open lines, when an open line is cancelled the order reverts to requisition.
This is by design as any order change should require re-authorisation. However, we need to review the logic around POrder::save() in the model. If the owner is also able to authorise, then no change to the order status should be necessary,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If a purchase order has invoiced lines and 2 or more open lines, when an open line is cancelled the order reverts to requisition.
This is by design as any order change should require re-authorisation. However, we need to review the logic around POrder::save() in the model. If the owner is also able to authorise, then no change to the order status should be necessary,
See:
uzerp/modules/public_pages/erp/order/purchase_order/models/POrder.php
Line 341 in 1f740fe
The text was updated successfully, but these errors were encountered: