Hi all! Checking some forms i realized that in PurchTable, delete button is disable in some cases and well, i would like to know what is this happening and what i have to do to enable delete button (the cases where this button is enabled or disabled)
There are several reasons why an order may be protected from deletion. For example, it may be invoiced (and the system configured not to allow changes of invoiced orders), it may be used in a working, in invoice matching, there may be an intercompany order involved...
If you're a developed, you can look into methods called from editHeaderAllowed() and deleteHeaderAllowed() methods of PurchTableForm class.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.