diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index cece1b3b29eb8f8eda5bf5ec2a6d43636bd23b13..beaa24be32ea731f3cadef3b6f3f22127a142c0c 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -738,8 +738,6 @@ else if (($action == 'addline' || $action == 'addline_predef') && $user->rights-
 					$pu_ttc = $prod->multiprices_ttc[$object->client->price_level];
 					$price_min = $prod->multiprices_min[$object->client->price_level];
 					$price_base_type = $prod->multiprices_base_type[$object->client->price_level];
-					$tva_tx=$prod->multiprices_tva_tx[$object->client->price_level];
-					$tva_npr=$prod->multiprices_recuperableonly[$object->client->price_level];
 				}
 				else
 				{
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 99864a59dd2263824ba0706dd2d5478f1bcaa935..9af80af21e1a445efa0c28f36703eb3ca098aadc 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -686,8 +686,6 @@ else if ($action == 'addline' && $user->rights->commande->creer)
 					$pu_ttc = $prod->multiprices_ttc[$object->client->price_level];
 					$price_min = $prod->multiprices_min[$object->client->price_level];
 					$price_base_type = $prod->multiprices_base_type[$object->client->price_level];
-					$tva_tx=$prod->multiprices_tva_tx[$object->client->price_level];
-					$tva_npr=$prod->multiprices_recuperableonly[$object->client->price_level];
 				}
 				else
 				{
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index b17b59cf7042304a0706dcebd06931225fdd11c1..11a920877cd9a0d16f4f113a87ac5e9e53d84a41 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -1262,8 +1262,6 @@ else if (($action == 'addline' || $action == 'addline_predef') && $user->rights-
 					$pu_ttc = $prod->multiprices_ttc[$object->client->price_level];
 					$price_min = $prod->multiprices_min[$object->client->price_level];
 					$price_base_type = $prod->multiprices_base_type[$object->client->price_level];
-					//$tva_tx=$prod->multiprices_tva_tx[$object->client->price_level];
-					//$tva_npr=$prod->multiprices_recuperableonly[$object->client->price_level];
 				}
 				else
 				{