-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][ADD] sale_cancel_restrict #2933
base: 15.0
Are you sure you want to change the base?
Conversation
When you try to cancel a sales order, if there is some delivery done or an invoice not cancelled will prevent the sales order from being cancelled.
73be9ba
to
36e36e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review: LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional review
This PR has the |
What if you conformed a delivery by mistake, made a return to correct it, having total delivered quantity zero. |
@DavidJForgeFlow There is already this in v10 and migration PR for the invoice part : #2598 |
@DavidJForgeFlow Have you looked at #2598 ? |
When you try to cancel a sales order, if there is some delivery done or an invoice not cancelled will prevent the sales order from being cancelled.
@ForgeFlow @AaronHForgeFlow