2
0
forked from Wavyzz/dolibarr

Merge pull request #20133 from atm-lena/NEW_InventoryExtrafields

New inventory extrafields
This commit is contained in:
Laurent Destailleur
2022-02-22 00:58:42 +01:00
committed by GitHub
7 changed files with 187 additions and 2 deletions

View File

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