From: Chris Sharp Date: Mon, 23 Aug 2021 13:43:19 +0000 (-0400) Subject: continued X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=43a0583df1cd5f344bb48ba90e0e966617999bdf;p=working%2FEvergreen.git continued --- diff --git a/Open-ILS/src/support-scripts/import_student_data.pl b/Open-ILS/src/support-scripts/import_student_data.pl index 0d848d7344..42cd8dbf8b 100755 --- a/Open-ILS/src/support-scripts/import_student_data.pl +++ b/Open-ILS/src/support-scripts/import_student_data.pl @@ -37,10 +37,6 @@ my $debug = 1; # append to the script invocation my $prefix = $ARGV[1] if $ARGV[1]; my @retrieved_files = $ARGV[0] if $ARGV[0]; -# TODO: develop a reliable query for getting the -# student card - or use YAOUS or something to set -# the profile. -my $profile = 61; # Student Card my $district_id = 0; my $error_message; my $imports;