Previously, the "Record In-House Use" UI opened with the cursor
focused in the "# of Uses" field, which required staff to manually
select the "Barcode" field. It is far more intuitive to have the
"Barcode" field have initial focus.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Geoff Sams <gsams@roanoketexas.com>
});
});
- $scope.useFocus = true;
+ $scope.bcFocus = true;
$scope.args = {noncat_type : 'barcode', num_uses : 1, needsCountWarnModal: false };
var checkouts = [];