From 1570c2d60343fe58a8912bbf00a5c26b6790d623 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Tue, 13 Aug 2019 23:07:10 +0000 Subject: [PATCH] Bug 23111: (follow-up) Made Biblio::Framework use statements plural Follow-up based on comment #10 to use Koha::BiblioFrameworks in addbiblio.pl and cataloguing.pref. --- admin/preferences.pl | 2 +- cataloguing/addbiblio.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/preferences.pl b/admin/preferences.pl index fc4bcf38794..7f15e7c0511 100755 --- a/admin/preferences.pl +++ b/admin/preferences.pl @@ -29,7 +29,7 @@ use C4::Log; use C4::Output; use C4::Templates; use Koha::Acquisition::Currencies; -use Koha::BiblioFramework; +use Koha::BiblioFrameworks; use File::Spec; use IO::File; use YAML::Syck qw(); diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 43e1e42d6d2..57474f73044 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -35,7 +35,6 @@ use C4::ClassSource; use C4::ImportBatch; use C4::Charset; use Koha::BiblioFrameworks; -use Koha::BiblioFramework; use Koha::DateUtils; use Koha::ItemTypes; -- 2.11.0