Adjust refrest after successful inventory update on single view user/dyrcona/lp1883171-lp1940663-inventory-date-changes-wip
authorJason Stephenson <jason@sigio.com>
Sun, 9 Jan 2022 01:14:24 +0000 (20:14 -0500)
committerJason Stephenson <jason@sigio.com>
Sun, 9 Jan 2022 01:14:24 +0000 (20:14 -0500)
Open-ILS/web/js/ui/default/staff/cat/item/app.js

index 9ad7a08..1338a25 100644 (file)
@@ -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);
         });
     }