From d852c3c6807f8abf900bfba435d4efaa3f2034e4 Mon Sep 17 00:00:00 2001 From: Noizette Date: Sat, 6 Nov 2021 21:23:49 +0100 Subject: [PATCH] Fix affichage PDF --- www/admin/pdf.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/www/admin/pdf.php b/www/admin/pdf.php index aa70809..d01da63 100644 --- a/www/admin/pdf.php +++ b/www/admin/pdf.php @@ -85,7 +85,7 @@ if ($f->type_facture < 2) (($t = $c->email)?"Email : $t
":''). (($t = $c->telephone)?"Tel : $t
":''); - $total = number_format($f->total, 2, ',', ' '); + $total = Utils::money_format($f->total, ',', ' '); $echeance = ($f->type_facture?'Échéance de paiement':'Échéance du devis')." : ".$echeance; $reglee = !$f->reglee?'Cette facture est en attente de règlement.':'Cette facture a été reglée.'; $footer = str_replace("\n", '
', $plugin->getConfig('footer')); @@ -120,6 +120,10 @@ echo <<'; echo str_replace("\n", '
', $v['designation']); echo ''; - echo number_format($v['prix'], 2, ',', ' ').'€'; + echo Utils::money_format($v['prix'], ',', ' ') .' €'; echo ''; $i++; } @@ -202,7 +206,7 @@ echo <<

Total

Net à payer - $total € (HT) + $total €
(HT) @@ -228,7 +232,7 @@ EOF; $pdf->WriteHTML($html); } // End if facture+devis -elseif ($f->type_facture == 2) +elseif ($f->type_facture == CERFA) { // nom prénom ? pas de champs prénoms / champs identité pour membres // date d'émission = date du don