Bug 22509: (RM follow-up) Add use of Koha::Script base class
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 24 Jun 2019 14:07:53 +0000 (15:07 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 24 Jun 2019 14:08:33 +0000 (15:08 +0100)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

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;