diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index a7e8987dede..74cf383f50f 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2006 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * Copyright (C) 2005-2006 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -371,7 +371,7 @@ if ($_GET["id"] > 0) } print "\n"; } - print ''.$objp->tva_tx.'%'; + print ''.vatrate($objp->tva_tx).'%'; print ''.price($objp->subprice)."\n";