Skip to content

Commit

Permalink
NEW add extrafields in warehouses
Browse files Browse the repository at this point in the history
- fix load lang stocks
  • Loading branch information
Lionel VESSILLER committed Jun 3, 2019
1 parent 439eafb commit 9a97481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/admin/stock_extrafields.php
Expand Up @@ -29,7 +29,7 @@
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';

// Load translation files required by the page
$langs->loadLangs(array('companies', 'admin', 'stock'));
$langs->loadLangs(array('companies', 'admin', 'stocks'));

$extrafields = new ExtraFields($db);
$form = new Form($db);
Expand Down

0 comments on commit 9a97481

Please sign in to comment.