diff --git a/htdocs/inventory/list.php b/htdocs/inventory/list.php index 7efc1fae342..bcea7794f7a 100644 --- a/htdocs/inventory/list.php +++ b/htdocs/inventory/list.php @@ -81,12 +81,12 @@ echo $list->render(Inventory::getSQL('All'), array( )); -if (!empty($user->rights->inventory->create)) +/*if (!empty($user->rights->inventory->create)) { print '
'; print ''.$langs->trans('inventoryCreate').''; print '
'; -} +}*/ echo '';