diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 8c0acb88b58c9..40bbfdecd51c0 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -1760,6 +1760,7 @@ function on_change() { } print ''.$langs->trans("MinPrice").' '.$langs->trans("HT").''; print ''.$langs->trans("MinPrice").' '.$langs->trans("TTC").''; + print ''.$langs->trans("Label").''; print ''.$langs->trans("ChangedBy").''; if ($user->hasRight('produit', 'supprimer')) { print ' '; @@ -2318,7 +2319,7 @@ function on_change() { print ''."\n"; if (count($prodcustprice->lines) > 0 || $search_soc) { - $colspan = 9; + $colspan = 10; if ($mysoc->localtax1_assuj == "1" || $mysoc->localtax2_assuj == "1") { $colspan++; }