Merge pull request #14206 from atm-josselin/NEW_show_label_on_batch_card
NEW Show label on batch card
This commit is contained in:
commit
e17fbf9dcd
@ -323,7 +323,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
||||
print '<tr><td class="titlefield">'.$langs->trans("Product").'</td><td>';
|
||||
$producttmp = new Product($db);
|
||||
$producttmp->fetch($object->fk_product);
|
||||
print $producttmp->getNomUrl(1, 'stock');
|
||||
print $producttmp->getNomUrl(1, 'stock'). " - " . $producttmp->label;
|
||||
print '</td></tr>';
|
||||
|
||||
// Eat by
|
||||
|
||||
Loading…
Reference in New Issue
Block a user