tweak to add guadian to the list of column options
authorRogan Hamby <rogan.hamby@gmail.com>
Thu, 3 Dec 2020 15:28:42 +0000 (10:28 -0500)
committerRogan Hamby <rogan.hamby@gmail.com>
Thu, 4 Mar 2021 15:51:41 +0000 (15:51 +0000)
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Open-ILS/src/support-scripts/patron_loader.pl

index 465b5e0..e14f1c3 100755 (executable)
@@ -132,7 +132,7 @@ if ($home_ou) {
 my @columns = ("cardnumber","profile","usrname","passwd","net_access_level",
 "family_name","first_given_name","second_given_name","pref_first_given_name","name_keywords",
 "email","home_library","day_phone","evening_phone","other_phone","dob","ident_type","ident_value","passwd",
-"active","barred","juvenile","expire_date","photo_url",
+"active","barred","juvenile","expire_date","photo_url","guardian",
 "add1_street1","add1_street2","add1_city","add1_county","add1_state","add1_country","add1_post_code",
 "add2_street1","add2_street2","add2_city","add2_county","add2_state","add2_country","add2_post_code",
 "statcat_name1","statcat_value1","statcat_name2","statcat_value2","statcat_name3","statcat_value3");