Bug 13937: Add support for SRU and Elasticsearch
[koha-ffzg.git] / misc / export_borrowers.pl
index 5f5c7f7..4733c3c 100755 (executable)
@@ -23,6 +23,7 @@ use Modern::Perl;
 use Text::CSV;
 use Getopt::Long qw(:config no_ignore_case);
 
+use Koha::Script;
 use C4::Context;
 use Koha::Patrons;