From 609de965b1cb4fec4647a77e16ea5b89873003e6 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Thu, 2 Apr 2020 10:45:14 +0200 Subject: [PATCH] fix: hook init invoicerec list normalyse --- htdocs/compta/facture/invoicetemplate_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php index c04e9072339..14e1e124f1e 100644 --- a/htdocs/compta/facture/invoicetemplate_list.php +++ b/htdocs/compta/facture/invoicetemplate_list.php @@ -102,7 +102,7 @@ if (($id > 0 || $ref) && $action != 'create' && $action != 'add') } // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('invoicereccard', 'globalcard')); +$hookmanager->initHooks(array('invoicereclist')); $extrafields = new ExtraFields($db); // fetch optionals attributes and labels