From b22727a21ab81d522db7fb84ee102cd6077371fe Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 8 Jan 2022 20:14:24 -0500 Subject: [PATCH] Adjust refrest after successful inventory update on single view --- Open-ILS/web/js/ui/default/staff/cat/item/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/item/app.js b/Open-ILS/web/js/ui/default/staff/cat/item/app.js index 9ad7a080cf..1338a251a9 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/item/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/item/app.js @@ -161,7 +161,7 @@ function($scope , $q , $window , $location , $timeout , egCore , egNet , egGridD } else { ngToast.warning(egCore.strings.FAIL_UPDATE_INVENTORY_SINGLE); } - $timeout(function() { location.href = location.href; }, 1000); + $timeout(function() { location.href = location.href; }, 1500); }); } -- 2.11.0