diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index b129a1ff4e5..5dcb08dc238 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -2240,7 +2240,7 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
}
print '
';
print '| '.$langs->trans("ThirdParty").' | ';
- print '' . $langs->trans('RefCustomer') . ' | ';
+ print ''.$langs->trans('RefCustomer').' | ';
print ''.$langs->trans("AppliedPricesFrom").' | ';
print ''.$langs->trans("PriceBase").' | ';
print ''.$langs->trans("DefaultTaxRate").' | ';
@@ -2289,6 +2289,8 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print '' . $langs->trans('Default') . ' | ';
print ''.$langs->trans($object->price_base_type)." | ";
+
+ // VAT Rate
print '';
$positiverates = '';
@@ -2310,12 +2312,12 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
//print $object->default_vat_code?' ('.$object->default_vat_code.')':'';
print " | ";
- print ''.price($object->price)." | ";
+ print ''.price($object->price)." | ";
- print ''.price($object->price_ttc)." | ";
+ print ''.price($object->price_ttc)." | ";
if ($mysoc->localtax1_assuj == "1" || $mysoc->localtax2_assuj == "1") {
//print '' . price($object->price_ttc) . " | ";
- print ''.price($resultarray[2]).' | ';
+ print ''.price($resultarray[2]).' | ';
}
print ''.price($object->price_min).' | ';
@@ -2367,6 +2369,7 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print ''.dol_escape_htmltag($line->ref_customer).' | ';
print "".dol_print_date($line->datec, "dayhour", 'tzuserrel')." | ";
print ''.$langs->trans($line->price_base_type)." | ";
+ // VAT Rate
print '';
$positiverates = '';
@@ -2386,12 +2389,13 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
echo vatrate($positiverates.($line->default_vat_code ? ' ('.$line->default_vat_code.')' : ''), '%', ($line->tva_npr ? $line->tva_npr : $line->recuperableonly));
print " | ";
+
print ''.price($line->price)." | ";
print ''.price($line->price_ttc)." | ";
if ($mysoc->localtax1_assuj == "1" || $mysoc->localtax2_assuj == "1") {
//print '' . price($line->price_ttc) . " | ";
- print ''.price($resultarray[2]).' | ';
+ print ''.price($resultarray[2]).' | ';
}
print ''.price($line->price_min).' | ';