forked from Wavyzz/dolibarr
Merge pull request #20133 from atm-lena/NEW_InventoryExtrafields
New inventory extrafields
This commit is contained in:
@@ -114,6 +114,11 @@ function stock_admin_prepare_head()
|
||||
$head[$h][2] = 'stockMouvementAttributes';
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/product/admin/inventory_extrafields.php';
|
||||
$head[$h][1] = $langs->trans("InventoryExtraFields");
|
||||
$head[$h][2] = 'inventoryAttributes';
|
||||
$h++;
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'stock_admin', 'remove');
|
||||
|
||||
return $head;
|
||||
|
||||
Reference in New Issue
Block a user