https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24657
--- Comment #3 from Jonathan Druart <[email protected]> --- Comment on attachment 98884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98884 Bug 24657: Fix t/db_dependent/Koha/Item.t and t/db_dependent/Holds.t Review of attachment 98884: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24657&attachment=98884) ----------------------------------------------------------------- ::: t/db_dependent/Koha/Item.t @@ +173,5 @@ > + my $root2 = $builder->build_object( { class => 'Koha::Library::Groups', > value => { ft_local_hold_group => 1, branchcode => undef } } ); > + my $library1 = $builder->build_object( { class => 'Koha::Libraries', > value => { pickup_location => 1, branchcode => 'TEST1' } } ); > + my $library2 = $builder->build_object( { class => 'Koha::Libraries', > value => { pickup_location => 1, branchcode => 'TEST2' } } ); > + my $library3 = $builder->build_object( { class => 'Koha::Libraries', > value => { pickup_location => 0, branchcode => 'TEST3' } } ); > + my $library4 = $builder->build_object( { class => 'Koha::Libraries', > value => { pickup_location => 1, branchcode => 'TEST4' } } ); Do you really need to specify a branchcode here? -- 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/
