From 3c54c66ccbf1d619dc51a075dc75d0899bf625b0 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 6 Nov 2018 09:15:06 +0100 Subject: [PATCH] Revert "Bug 21396: Add 2 missing use statements in Koha::Account" This reverts commit b0ce47f6d8890be5534ed5b08d7582065f536c3b. --- Koha/Account.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Account.pm b/Koha/Account.pm index 0ff8e2fb69..ea7a5975d1 100644 --- a/Koha/Account.pm +++ b/Koha/Account.pm @@ -23,7 +23,6 @@ use Carp; use Data::Dumper; use List::MoreUtils qw(uniq); -use C4::Circulation qw( ReturnLostItem ); use C4::Log qw( logaction ); use C4::Stats qw( UpdateStats ); -- 2.39.2