View | Details | Raw Unified | Return to bug 28530
Collapse All | Expand All

(-)a/t/db_dependent/Circulation/Returns.t (+1 lines)
Lines 34-39 use Koha::Account::Lines; Link Here
34
use Koha::DateUtils qw( dt_from_string );
34
use Koha::DateUtils qw( dt_from_string );
35
use Koha::Items;
35
use Koha::Items;
36
use Koha::Patrons;
36
use Koha::Patrons;
37
use Koha::Library::FloatLimits;
37
38
38
use MARC::Record;
39
use MARC::Record;
39
use MARC::Field;
40
use MARC::Field;
(-)a/t/db_dependent/Koha/Library/FloatLimits.t (-2 / +2 lines)
Lines 19-25 Link Here
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
22
use Test::More tests => 6;
22
use Test::More tests => 7;
23
use Test::NoWarnings;
23
24
24
use Koha::Database;
25
use Koha::Database;
25
use C4::Circulation qw(CreateBranchTransferLimit);
26
use C4::Circulation qw(CreateBranchTransferLimit);
26
- 

Return to bug 28530