[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 23 10:37:08 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284

--- Comment #17 from Josef Moravec <josef.moravec at gmail.com> ---
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.


More information about the Koha-bugs mailing list