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"; } }