From 43a0583df1cd5f344bb48ba90e0e966617999bdf Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 23 Aug 2021 09:43:19 -0400 Subject: [PATCH] continued --- Open-ILS/src/support-scripts/import_student_data.pl | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.11.0