From 954938cd7523e33ca747c4ecb4f95a63cdec9266 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Feb 2022 12:33:28 +0100 Subject: [PATCH] Fix buttons --- htdocs/fourn/facture/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 79a554faa13..848e1a01173 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -777,7 +777,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie // Save + Cancel Buttons if ($action != 'add_paiement') { print '
'; - print ' '.$langs->trans("ClosePaidInvoicesAutomatically").'
'; + print '
'; print ''; print '   '; print '
';