From 598ee32db330bb8538147c8e162ea2e48ba26ecf Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 20 Apr 2017 09:56:09 -0300 Subject: [PATCH] Bug 17835: Re-add the use Koha in orderreceive It is still used for getitemtypeinfo, at least. --- acqui/orderreceive.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index f0dd664..837a117 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -71,6 +71,7 @@ use C4::Members; use C4::Items; use C4::Biblio; use C4::Suggestions; +use C4::Koha; use Koha::Acquisition::Booksellers; use Koha::DateUtils qw( dt_from_string ); -- 2.9.3