Update lines.php
This commit is contained in:
parent
1f46c57c0b
commit
173662e98c
@ -394,7 +394,7 @@ if ($result) {
|
||||
print '<td>';
|
||||
if ($productstatic->id > 0) print $productstatic->getNomUrl(1);
|
||||
if ($productstatic->id > 0 && $objp->product_label) print '<br>';
|
||||
if ($objp->product_label) print $objp->product_label;
|
||||
if ($objp->product_label) print '<span class="opacitymedium">'.$objp->product_label.'</span>;
|
||||
print '</td>';
|
||||
|
||||
print '<td class="tdoverflowonsmartphone">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user