From 0ac17fe10e837fea616820da2e41c31c41a173d0 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Mon, 19 Oct 2020 10:48:57 +0100 Subject: [PATCH] Bug 23971: (follow-up) Respond to feedback As requested by Jonathan in commit #28: - We now no longer pass a flag to CloseBasket indicating if the closure was due to an EDI basket approval, we log the closure and approval as separate events. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall --- Koha/EDI.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/EDI.pm b/Koha/EDI.pm index 2de2b8bf08..6e90675aba 100644 --- a/Koha/EDI.pm +++ b/Koha/EDI.pm @@ -33,6 +33,7 @@ use C4::Suggestions qw( ModSuggestion ); use C4::Biblio qw( AddBiblio TransformKohaToMarc GetMarcBiblio GetFrameworkCode GetMarcFromKohaField ); use Koha::Edifact::Order; use Koha::Edifact; +use C4::Log qw(logaction); use Log::Log4perl; use Text::Unidecode; use Koha::Plugins::Handler; -- 2.24.3 (Apple Git-128)