From 671e0ca78af03ea880607696c68744e43a8bbbc5 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 e77d6f8f2e..e904d8cf14 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.37.1 (Apple Git-137.1)