From f1b7c67bea0d584d8547b58934d32d3e8f124b9f 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 --- 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 20c825746e..b99672c4a9 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.11.0