From 2876faa0ae2502314c4088e6151eeff62ccf9057 Mon Sep 17 00:00:00 2001
From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
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 <tomascohen@theke.io>
---
 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.20.1