From 4073a7acaa251d44728496a4e2e257beb87b7daa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 4 Jan 2007 11:04:22 +0000 Subject: [PATCH] Bugfix --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 527bb3dac4b..b90c6ed2311 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -287,7 +287,7 @@ if ($_POST['action'] == 'addligne' && $user->rights->commande->creer) } // \todo La valeur de la TVA a 0 devrait etre retournée par get_default_tva $tva_tx = ($soc->tva_assuj=='0')?0:get_default_tva($mysoc,$soc,$prod->tva_tx); - $tva_tx = get_default_tva($mysoc,$soc,$prod->tva_tx); + //$tva_tx = get_default_tva($mysoc,$soc,$prod->tva_tx); } else {