Add product line label
This commit is contained in:
parent
a6408ce9b6
commit
b1a8e39e7f
@ -72,6 +72,7 @@ $coldisplay++;
|
|||||||
$tmpproduct = new Product($object->db);
|
$tmpproduct = new Product($object->db);
|
||||||
$tmpproduct->fetch($line->fk_product);
|
$tmpproduct->fetch($line->fk_product);
|
||||||
print $tmpproduct->getNomUrl(1);
|
print $tmpproduct->getNomUrl(1);
|
||||||
|
print ' - '.$tmpproduct->label;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td class="linecolqty nowrap right">';
|
print '<td class="linecolqty nowrap right">';
|
||||||
$coldisplay++;
|
$coldisplay++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user