[Koha-bugs] [Bug 9156] System preference itemcallnumber not pulling more than 2 subfields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 2 22:44:02 CET 2020


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

--- Comment #19 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Comment on attachment 96767
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96767
Bug 9156: Clarify order in the syspref

Review of attachment 96767:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9156&attachment=96767)
-----------------------------------------------------------------

::: C4/Reserves.pm
@@ +1195,5 @@
>      # FIXME - a lot of places in the code do this
>      #         or something similar - need to be
>      #         consolidated
> +    my $itemtype = Koha::ItemTypes->find( $item->effective_itemtype );
> +    my $notforloan_per_itemtype = defined $itemtype ? $itemtype->notforloan : 0;

I think this got in by accident - can you please resubmit the patch?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list