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