From cdde6ecf94bd381432a4d5ce08e50040ca137e22 Mon Sep 17 00:00:00 2001 From: lvessiller Date: Thu, 18 Nov 2021 12:17:02 +0100 Subject: [PATCH] NEW add form confirm hook in paiement card --- htdocs/compta/paiement.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index fbb6abdedae..29682460d3a 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -853,6 +853,9 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie $formconfirm = $hookmanager->resPrint; } + // Print form confirm + print $formconfirm; + print "\n"; } }