From b864325041becf8f37d13327b3eb8859c74bd6be Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 21 Jan 2020 09:07:14 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/modules/facture/doc/pdf_crabe.modules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php index 2eb844fcb80..278a6caf8b6 100644 --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php @@ -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).' '.$outputlangs->transnoentities("ClickHere").''; - $pdf->writeHTMLCell(80, 10, '', '',dol_htmlentitiesbr($linktopay), 0, 1); + $pdf->writeHTMLCell(80, 10, '', '', dol_htmlentitiesbr($linktopay), 0, 1); } $posy=$pdf->GetY()+2;