From 9c8421c4c7c7146b7f82119a90874f969eece9f2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 26 Sep 2018 11:16:26 -0400 Subject: [PATCH] JBAS-2090 Green River College cards Signed-off-by: Bill Erickson --- .../import_students/generate-patrons-from-csv.pl | 3 ++- .../import_students/sftp-client-agent.sh | 26 ++++++++++++---------- 2 files changed, 16 insertions(+), 13 deletions(-) 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 ffd8c3faa8..f62b931d30 100755 --- a/KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl +++ b/KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl @@ -67,7 +67,8 @@ my %home_ou_map = ( 414 => 1533, # Lake Washington (Redmond) 415 => 1520, # Kent 417 => 1493, # Northshore (Bothell) - lwt => 1533 # Lake Washington (Redmond) Institute of Technology + lwt => 1533, # Lake Washington (Redmond) Institute of Technology + grc => 1490 # Green River College / Auburn ); # 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 eb0f73a056..7e5caae2d6 100755 --- a/KCLS/utility-scripts/import_students/sftp-client-agent.sh +++ b/KCLS/utility-scripts/import_students/sftp-client-agent.sh @@ -48,6 +48,7 @@ DISTRICT_CODES=( # College students are processed differently COLLEGE_CODES=( "lwt" # Lake Washington Institute of Technology + "grc" # Green River College ); # Which codes to process in this iteration of the script. @@ -56,19 +57,20 @@ CODES_TO_PROCESS=(); # Hard-code the districts eligible for automatic teacher account processing. # College teacher accounts are processed the same as school teacher accounts. TEACHER_DISTRICTS=( - 210 # Federal Way - 402 # Vashon - 403 # Renton - 405 # Bellevue - 406 # Tukwila - 407 # Riverview - 408 # Auburn - 410 # Snoqualmie - 411 # Issaquah - 414 # Lake Washington - 415 # Kent - 417 # Northshore + 210 # Federal Way + 402 # Vashon + 403 # Renton + 405 # Bellevue + 406 # Tukwila + 407 # Riverview + 408 # Auburn + 410 # Snoqualmie + 411 # Issaquah + 414 # Lake Washington + 415 # Kent + 417 # Northshore "lwt" # Lake Washington Institute of Technology + "grc" # Green River College ) function usage { -- 2.11.0