continued
authorChris Sharp <csharp@georgialibraries.org>
Mon, 23 Aug 2021 13:43:19 +0000 (09:43 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 5 Nov 2021 16:37:37 +0000 (12:37 -0400)
Open-ILS/src/support-scripts/import_student_data.pl

index 0d848d7..42cd8db 100755 (executable)
@@ -37,10 +37,6 @@ my $debug = 1;
 # append <filename> <school code> 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;