From 1d07d5ca87a572469ff9513a8c1209b2f22d1e4c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 13 Mar 2023 20:20:38 +0100 Subject: [PATCH] Look and feel v18 --- 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 a36edf5cd88..825de33bec6 100644 --- a/htdocs/compta/facture/invoicetemplate_list.php +++ b/htdocs/compta/facture/invoicetemplate_list.php @@ -1035,7 +1035,7 @@ while ($i < $imaxinloop) { // Status if (!empty($arrayfields['status']['checked'])) { print ''; - print $invoicerectmp->getLibStatut(3, 0); + print $invoicerectmp->getLibStatut(5, 0); print ''; if (!$i) { $totalarray['nbfield']++;