https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #19 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Josef Moravec from comment #17)
Comment on attachment 88145 [details] [review] Bug 22284: Opac pickup_locations
Review of attachment 88145 [details] [review]: -----------------------------------------------------------------
::: 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
Hello Josef, Thanks for taking the Time to test. Issues where addressed in follow-up. Regarding comment #13, it was resolved in attachment 88369 -- You are receiving this mail because: You are watching all bug changes.