From 2cde0c47a4c1a7baff46dd39bbb30a87b69819c8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 24 Sep 2024 12:08:05 +0200 Subject: [PATCH] Fix CSS --- htdocs/compta/facture/invoicetemplate_list.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php index 54102500e9e..7b5fe471e7f 100644 --- a/htdocs/compta/facture/invoicetemplate_list.php +++ b/htdocs/compta/facture/invoicetemplate_list.php @@ -859,8 +859,7 @@ while ($i < $imaxinloop) { print $langs->trans("MaxNumberOfGenerationReached"); } elseif (empty($objp->frequency) || $db->jdate($objp->date_when) <= $today) { print ''; - print img_picto($langs->trans("CreateBill"), 'add', 'class="paddingrightonly"'); - //print $langs->trans("CreateBill"); + print img_picto($langs->trans("CreateBill"), 'add', 'class="none"'); print ''; } else { print $form->textwithpicto('', $langs->trans("DateIsNotEnough"));