From c8c9cbbdb74f97fc68b6de23ddeb645db5f25d89 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 3 Aug 2020 17:38:48 -0400 Subject: [PATCH] LP#1731370: (follow-up) fix a typo that was causing console noise Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index 72c85ff447..23a97a529a 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -600,7 +600,7 @@ function(egCore , $q) { transclude: true, template: '
'+ - '' + egCore.strings.VOL_COPY_NEW_CALL_NUMBER + '' + + '' + egCore.strings.VOL_COPY_NEW_CALL_NUMBER + '' + '
'+ '' + ''+ -- 2.11.0