Skip to content

Commit

Permalink
NEW: Label on Price fix:Dolibarr#28544
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Mar 15, 2024
1 parent 2b45843 commit 5cdf7c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/product/price.php
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,7 @@ function on_change() {
}
print '<td class="right">'.$langs->trans("MinPrice").' '.$langs->trans("HT").'</td>';
print '<td class="right">'.$langs->trans("MinPrice").' '.$langs->trans("TTC").'</td>';
print '<td class="right">'.$langs->trans("Label").'</td>';
print '<td class="right">'.$langs->trans("ChangedBy").'</td>';
if ($user->hasRight('produit', 'supprimer')) {
print '<td class="right">&nbsp;</td>';
Expand Down Expand Up @@ -2318,7 +2319,7 @@ function on_change() {
print '<table class="liste centpercent">'."\n";

if (count($prodcustprice->lines) > 0 || $search_soc) {
$colspan = 9;
$colspan = 10;
if ($mysoc->localtax1_assuj == "1" || $mysoc->localtax2_assuj == "1") {
$colspan++;
}
Expand Down

0 comments on commit 5cdf7c7

Please sign in to comment.