Bug 30718: Fix imports
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
1eb2c4337b
commit
b30d2363b6
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue