JBAS-1998 LWT school and teacher accounts
authorBill Erickson <berickxx@gmail.com>
Wed, 11 Apr 2018 19:38:48 +0000 (12:38 -0700)
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
KCLS/utility-scripts/import_students/sftp-client-agent.sh

index 903a5c9..c6e1441 100755 (executable)
@@ -66,7 +66,8 @@ my %home_ou_map = (
     412 => 1535, # Shoreline
     414 => 1533, # Lake Washington (Redmond)
     415 => 1520, # Kent
-    417 => 1493  # Northshore (Bothell)
+    417 => 1493, # Northshore (Bothell)
+    lwt => 1533  # Lake Washington (Redmond) Institute of Technology
 );
 
 # pre-prepared sql query statement handles;
index 1d047ee..2f71b3b 100755 (executable)
@@ -42,6 +42,7 @@ DISTRICT_CODES=(
     414 # Lake Washington
     415 # Kent
     417 # Northshore
+    "lwt" # Lake Washington Institute of Technology
 );
 
 # Hard-code the districts eligible for automatic teacher account processing.
@@ -57,6 +58,7 @@ TEACHER_DISTRICTS=(
     414 # Lake Washington
     415 # Kent
     417 # Northshore
+    "lwt" # Lake Washington Institute of Technology
 )
 
 function usage {