';
+ $out .= ''.($showunitprice ? $langs->trans("Price").' '.$langs->trans("HT") : '').' | ';
$out .= ''.($showunitprice ? $langs->trans("QtyMin") : '').' | ';
$out .= ''.$langs->trans("Supplier").' | ';
$out .= ''.$langs->trans("SupplierRef").' |
';
@@ -1142,7 +1142,7 @@ public function display_price_product_fournisseur($showunitprice = 1, $showsupti
$out .= ''.($showunitprice ? price($productFourn->fourn_unitprice * (1 - $productFourn->fourn_remise_percent / 100) - $productFourn->fourn_remise) : '').' | ';
$out .= ''.($showunitprice ? $productFourn->fourn_qty : '').' | ';
$out .= ''.$productFourn->getSocNomUrl(1, 'supplier', $maxlen, $notooltip).' | ';
- $out .= ''.$productFourn->fourn_ref.' | |
';
+ $out .= ''.dolPrintHTML($productFourn->fourn_ref).' | ';
}
$out .= '
';
} else {
diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 287e00cd4c96c..895e804968ecd 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -2033,7 +2033,7 @@
}
}
- // Number of buy prices
+ // Number of buy prices - Vendor prices
if (!empty($arrayfields['p.numbuyprice']['checked'])) {
print '