Add product line label

This commit is contained in:
Maxime Kohlhaas 2019-12-01 17:45:01 +01:00
parent a6408ce9b6
commit b1a8e39e7f

View File

@ -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++;