Browse Source

Bug 22509: (RM follow-up) Add use of Koha::Script base class

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
remotes/origin/19.11.x
Martin Renvoize 4 years ago
parent
commit
0141b797d7
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 2
      misc/add_date_fields_to_marc_records.pl

2
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;

Loading…
Cancel
Save