POS-Awesome
POS-Awesome copied to clipboard
[BUG]: Delete Draft Invoice Permission Issue.
- Erpnext: 14
- POS Awesome:
What is Expected?
When Canceling a draft invoice there should not be a permission check.
the code for deleting the invoice in the posapp.py should look like the image below>
What is actually happening?
It checks if the user has permission to delete draft invoices.