From a88b4047426188e9425b327c703fae151a3c00d9 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 17 Dec 2018 11:08:47 -0500 Subject: [PATCH] Lp 1752968: Focus Barcode Field in Volumes/Copy Editor Always focus the barcode field when adding or editing volumes or copies. Signed-off-by: Jason Stephenson Signed-off-by: Janet Schrader --- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 3 ++- 1 file changed, 2 insertions(+), 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 22a41eac02..2b8d301bb3 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 @@ -488,7 +488,8 @@ function(egCore , $q) { '
'+ ''+ + ' type="text" ng-model="barcode" ng-change="updateBarcode()"'+ + ' autofocus/>'+ '
{{duplicate_barcode_string}}
'+ '
{{empty_barcode_string}}
'+ '
'+ -- 2.43.2