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

--- Comment #19 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to