From eb457130c63f3b3a08cd43cd6907f2ce907b2542 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 12 Sep 2023 11:48:32 +0000 Subject: [PATCH] Bug 34355: Add a plugin hook - before_orderline_create --- Koha/MarcOrder.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/MarcOrder.pm b/Koha/MarcOrder.pm index be8f9073196..75d605e20b0 100644 --- a/Koha/MarcOrder.pm +++ b/Koha/MarcOrder.pm @@ -60,6 +60,7 @@ use Koha::Import::Records; use Koha::Acquisition::Currencies; use Koha::Acquisition::Booksellers; use Koha::Acquisition::Baskets; +use Koha::Plugins; =head1 NAME -- 2.39.3 (Apple Git-146)