From 37338f9a6025b4f0a2f671f3dbcb6f217bf9e1c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 25 Jan 2022 14:03:29 +0100 Subject: [PATCH] Update card.php --- htdocs/compta/sociales/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php index d1ef5c1ea08..888d3c77d6c 100644 --- a/htdocs/compta/sociales/card.php +++ b/htdocs/compta/sociales/card.php @@ -57,7 +57,7 @@ $actioncode = GETPOST('actioncode'); $fk_user = GETPOST('userid', 'int'); // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('propalcard', 'globalcard')); +$hookmanager->initHooks(array('taxcard', 'globalcard')); $object = new ChargeSociales($db); if ($id > 0) {