Fixing style errors.

This commit is contained in:
stickler-ci 2020-01-21 09:07:14 +00:00
parent 1d4e36ba3d
commit b864325041

View File

@ -1047,10 +1047,10 @@ class pdf_crabe extends ModelePDFFactures
$langs->loadLangs(array('payment', 'paybox'));
$servicename=$langs->transnoentities('Online');
$paiement_url = getOnlinePaymentUrl('', 'invoice', $object->ref, '', '','' );
$paiement_url = getOnlinePaymentUrl('', 'invoice', $object->ref, '', '', '');
$linktopay = $langs->trans("ToOfferALinkForOnlinePayment", $servicename).' <a href="'.$paiement_url.'">'.$outputlangs->transnoentities("ClickHere").'</a>';
$pdf->writeHTMLCell(80, 10, '', '',dol_htmlentitiesbr($linktopay), 0, 1);
$pdf->writeHTMLCell(80, 10, '', '', dol_htmlentitiesbr($linktopay), 0, 1);
}
$posy=$pdf->GetY()+2;