PINES Customization: Require patron identification
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 21 Dec 2017 20:40:46 +0000 (15:40 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:52:45 +0000 (14:52 -0500)
Requires something to be entered in the ID value field

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js

index 31bc4fe..6941f86 100644 (file)
@@ -1538,6 +1538,7 @@ function($scope , $routeParams , $q , $uibModal , $window , egCore ,
     // 3 == value universally required
     // 2 == field is visible by default
     // 1 == field is suggested by default
+    // PINES Customization: Make au.ident_value required
     var field_visibility = {};
     var default_field_visibility = {
         'ac.barcode' : 3,
@@ -1548,6 +1549,7 @@ function($scope , $routeParams , $q , $uibModal , $window , egCore ,
         'au.pref_first_given_name' : 2,
         'au.pref_family_name' : 2,
         'au.ident_type' : 3,
+        'au.ident_value' : 3,
         'au.ident_type2' : 2,
         'au.photo_url' : 2,
         'au.locale' : 2,