From 9676ad786a9a36ab42ff4919218b63178782412a Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 8 Jan 2022 16:45:31 -0500 Subject: [PATCH] Let us try again --- 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 6daaec607d..24652e5a03 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 @@ -563,7 +563,7 @@ function($scope , $q , $window , $location , $timeout , egCore , egNet , egGridD itemSvc.updateInventory(copy_list, $scope.gridControls.allItems()).then(function(res) { if (res[0]) { $scope.success_count = res[0]; - ngToast.open({scope: $scope, template: egCore.strings.SUCCESS_UPDATE_INVENTORY}); + ngToast.create({scope: $scope, template: egCore.strings.SUCCESS_UPDATE_INVENTORY}); } else { ngToast.warning(egCore.strings.FAIL_UPDATE_INVENTORY); } -- 2.11.0