From af929b1dc20c64979026f496898f63d818cf1106 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 8 Aug 2007 14:46:01 +0000 Subject: [PATCH] Gestion arrondi --- htdocs/compta/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";