diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index b783ad5c002..7a758137133 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -1477,7 +1477,7 @@ if ((empty($conf->global->PRODUIT_CUSTOMER_PRICES) || $action == 'showlog_defaul
}
print '
'.$langs->trans("PriceBase").' | ';
- print $conf->global->PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL;
+
if (empty($conf->global->PRODUIT_MULTIPRICES) && empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) print ''.$langs->trans("DefaultTaxRate").' | ';
print ''.$langs->trans("HT").' | ';
print ''.$langs->trans("TTC").' | ';