https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #68 from Fridolin Somers <[email protected]> --- Main patch makes a cosmetic change in t/db_dependent/Reserves.t : diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t index c4afba6424..5c4b0b64df 100755 --- a/t/db_dependent/Reserves.t +++ b/t/db_dependent/Reserves.t @@ -1083,7 +1083,7 @@ subtest 'reserves.item_level_hold' => sub { subtest 'test opacitemholds rules in staff context' => sub { plan tests => 2; - C4::Context->interface('intranet'); + C4::Context->interface('intranet'); Avoid this to ease rebases. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
