diff --git a/core/class/declarationtva_pdf.class.php b/core/class/declarationtva_pdf.class.php index d2613ed..6866a9a 100644 --- a/core/class/declarationtva_pdf.class.php +++ b/core/class/declarationtva_pdf.class.php @@ -2096,7 +2096,7 @@ class DeclarationTVA_PDF ); } - // Rounding entry for the remaining difference + // Rounding entry for the remaining difference (use real value, not rounded) $remaining_diff = abs($difference) - $vat_td_amount; if ($remaining_diff >= 0.01) { if ($difference < 0) {