Skip to content

Commit

Permalink
Merge pull request afup#1427 from afup/fix_facture_tva_evenement_mult…
Browse files Browse the repository at this point in the history
…iligne

correction du calcul de la TVA sur les factures d'événement multilignes
  • Loading branch information
agallou authored Jan 18, 2024
2 parents 059c738 + c9a93cb commit 2b8de9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Afup/Forum/Facturation.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function genererFacture($reference, $chemin = null)
$pdf->Cell(30, 5, utf8_decode($this->formatFactureValue($montant, $isSubjectedToVat)) . utf8_decode(' €'), 1, 0, 'R');
}

$totalHt = $montantHt;
$totalHt += $montantHt;
$total += $montant;
}

Expand Down

0 comments on commit 2b8de9d

Please sign in to comment.