From 4197254209e505b4f48bf8fb742925958769a90d Mon Sep 17 00:00:00 2001 From: atm-ph Date: Sat, 25 Mar 2017 19:09:58 +0100 Subject: [PATCH] Fix remove button on list to create a new inventory --- htdocs/inventory/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '';