Bug 22509: (RM follow-up) Add use of Koha::Script base class
[koha-equinox.git] / misc / add_date_fields_to_marc_records.pl
index e57679b..b7ab77c 100755 (executable)
@@ -22,6 +22,8 @@ BEGIN {
     eval { require "$FindBin::Bin/../kohalib.pl" };
 }
 
+use Koha::Script;
+
 use Getopt::Long;
 use Pod::Usage;
 use MARC::Field;