diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php index a7fe5c5eb43..b64dffbcdb7 100644 --- a/htdocs/compta/tva/index.php +++ b/htdocs/compta/tva/index.php @@ -142,7 +142,7 @@ for ($y = $year_current ; $y >= $year_start ; $y=$y-1 ) { print "".$langs->trans("Year")." $y"; print "".$langs->trans("VATToPay").""; print "".$langs->trans("VATToCollect").""; - print "".$langs->trans("VATToCollect").""; + print "".$langs->trans("TotalToPay").""; print "\n"; $var=True; $total = 0; $subtotal = 0;