projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40bc767
)
Fix syntax error in previous fix
author
Jason Stephenson
<jason@sigio.com>
Sun, 9 Jan 2022 00:48:44 +0000
(19:48 -0500)
committer
Jason 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
patch
|
blob
|
history
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
3426fc6
..
774b462
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/cat/item/app.js
+++ b/
Open-ILS/web/js/ui/default/staff/cat/item/app.js
@@
-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);