From a213d71af630ae37e002613fa827be2fee9be261 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 1b65e34534..9acfc13473 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 @@ -589,7 +589,7 @@ function(egCore , $q) { transclude: true, template: '
'+ - '' + egCore.strings.VOL_COPY_NEW_CALL_NUMBER + '' + + '' + egCore.strings.VOL_COPY_NEW_CALL_NUMBER + '' + '
'+ '' + ''+ -- 2.11.0