WHMCS / sample-addon-module

Sample Addon Module for WHMCS
MIT License
66 stars 73 forks source link

Hook AdminInvoicesControlsOutput not executed #18

Open NicolaModugno opened 2 months ago

NicolaModugno commented 2 months ago

Hello, everyone, can anyone tell me why, in the admin area of WHMCS 8.10, if an invoice is displayed within the url admin/invoices.php?action=edit&id=XXXX the "AdminInvoicesControlsOutput" hook is executed, whereas if the same invoice is displayed under admin/billing/invoices/XXXX the hook is NOT executed? Thank you all!