JBAS-1998 College barcodes upper case district code
authorBill Erickson <berickxx@gmail.com>
Mon, 23 Apr 2018 16:35:41 +0000 (12:35 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl

index 3a4590a..ce22ae9 100755 (executable)
@@ -294,6 +294,7 @@ sub iterate_csv_rows {
         $seen{$phash->{student_id}} = 1;
 
         $phash->{barcode}  = $district_code;
+        $phash->{barcode}  = uc($district_code) if $is_college;
         $phash->{barcode} .= 't' if $is_teacher;
         $phash->{barcode} .= $phash->{student_id};