https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284
--- Comment #17 from Josef Moravec <[email protected]> --- Comment on attachment 88145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88145 Bug 22284: Opac pickup_locations Review of attachment 88145: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22284&attachment=88145) ----------------------------------------------------------------- ::: Koha/Item.pm @@ +297,5 @@ > + > + my $branch_control = C4::Context->preference('HomeOrHoldingBranch'); > + my $library = $branch_control eq 'holdingbranch' ? $self->holding_branch > : $self->home_branch; > + > + #warn $branch_control.' '.$branchitemrule->{holdallowed}.' > '.$library->branchcode.' '.$patron->branchcode; This line should be removed -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
