From 0141b797d7f495bbcea350c14e3b6aae635ce7cf Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 24 Jun 2019 15:07:53 +0100 Subject: [PATCH] Bug 22509: (RM follow-up) Add use of Koha::Script base class Signed-off-by: Martin Renvoize --- misc/add_date_fields_to_marc_records.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/add_date_fields_to_marc_records.pl b/misc/add_date_fields_to_marc_records.pl index e57679bb43..b7ab77c2cb 100755 --- a/misc/add_date_fields_to_marc_records.pl +++ b/misc/add_date_fields_to_marc_records.pl @@ -22,6 +22,8 @@ BEGIN { eval { require "$FindBin::Bin/../kohalib.pl" }; } +use Koha::Script; + use Getopt::Long; use Pod::Usage; use MARC::Field; -- 2.20.1