Fix style

This commit is contained in:
Laurent Destailleur 2019-03-31 11:27:12 +02:00
parent ec9fdc1321
commit 9f0d712957

View File

@ -300,7 +300,7 @@ if ($action=="valid")
}
else
{
if ($invoice->paye) $sectionwithinvoicelink.='<span class="amountpaymentcomplete">'.$langs->trans("Payed").'</span>';
if ($invoice->paye) $sectionwithinvoicelink.='<span class="amountpaymentcomplete" style="font-size: unset">'.$langs->trans("Payed").'</span>';
else $sectionwithinvoicelink.=$langs->trans('BillShortStatusValidated');
}
$sectionwithinvoicelink.='</span>';