Fixing style errors.
This commit is contained in:
parent
1d4e36ba3d
commit
b864325041
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user