From: Jason Stephenson Date: Mon, 17 Dec 2018 16:08:47 +0000 (-0500) Subject: Lp 1752968: Focus Barcode Field in Volumes/Copy Editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a88b4047426188e9425b327c703fae151a3c00d9;p=Evergreen.git 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 --- 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}}
'+ '
'+