Fix syntax error in previous fix
authorJason Stephenson <jason@sigio.com>
Sun, 9 Jan 2022 00:48:44 +0000 (19:48 -0500)
committerJason Stephenson <jason@sigio.com>
Sun, 9 Jan 2022 00:48:44 +0000 (19:48 -0500)
Open-ILS/web/js/ui/default/staff/cat/item/app.js

index 3426fc6..774b462 100644 (file)
@@ -564,7 +564,7 @@ function($scope , $q , $window , $location , $timeout , egCore , egNet , egGridD
             if (res[0]) {
                 $scope.success_count = res[0];
                 ngToast.create({
-                    content: $sce.trustAsHtml(egCore.strings.SUCCESS_UPDATE_INVENTORY)
+                    content: $sce.trustAsHtml(egCore.strings.SUCCESS_UPDATE_INVENTORY),
                     compileContent: true});
             } else {
                 ngToast.warning(egCore.strings.FAIL_UPDATE_INVENTORY);