From: Bill Erickson Date: Wed, 11 Apr 2018 19:38:48 +0000 (-0700) Subject: JBAS-1998 LWT school and teacher accounts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=437796497e95b7e29de8594d44dd0796aacafebf;p=working%2FEvergreen.git JBAS-1998 LWT school and teacher accounts Signed-off-by: Bill Erickson --- diff --git a/KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl b/KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl index 903a5c94ff..c6e1441b92 100755 --- a/KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl +++ b/KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl @@ -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; diff --git a/KCLS/utility-scripts/import_students/sftp-client-agent.sh b/KCLS/utility-scripts/import_students/sftp-client-agent.sh index 1d047ee328..2f71b3b61b 100755 --- a/KCLS/utility-scripts/import_students/sftp-client-agent.sh +++ b/KCLS/utility-scripts/import_students/sftp-client-agent.sh @@ -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 {