Bug 30718: Fix imports

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-08-19 10:12:06 -03:00
parent 1eb2c4337b
commit b30d2363b6
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -38,13 +38,12 @@ use Koha::Biblios;
use Koha::Calendar; use Koha::Calendar;
use Koha::CirculationRules; use Koha::CirculationRules;
use Koha::Database; use Koha::Database;
use Koha::DateUtils qw( dt_from_string ); use Koha::DateUtils qw( dt_from_string output_pref );
use Koha::Hold;
use Koha::Holds; use Koha::Holds;
use Koha::ItemTypes; use Koha::ItemTypes;
use Koha::Items; use Koha::Items;
use Koha::Libraries; use Koha::Libraries;
use Koha::Old::Hold; use Koha::Old::Holds;
use Koha::Patrons; use Koha::Patrons;
use Koha::Plugins; use Koha::Plugins;