From e0ff5a01d1727f120cc2a8042d6a48f10126f5e9 Mon Sep 17 00:00:00 2001 From: atm-lena Date: Fri, 29 Apr 2022 15:40:53 +0200 Subject: [PATCH] Close inventory : save before --- htdocs/product/inventory/inventory.php | 37 +++++++++----------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php index 05e8e50d514..9486d32dad2 100644 --- a/htdocs/product/inventory/inventory.php +++ b/htdocs/product/inventory/inventory.php @@ -426,30 +426,6 @@ $help_url = ''; llxHeader('', $langs->trans('Inventory'), $help_url); - -// Disable button Generate movement if data were modified and not saved -print ''; - - // Part to show record if ($object->id > 0) { $res = $object->fetch_optionals(); @@ -1207,7 +1183,6 @@ print '';