[Koha-bugs] [Bug 14237] Allow bibs to be added to course without items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 22 12:14:03 CET 2021


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

--- Comment #31 from Kyle M Hall <kyle at bywatersolutions.com> ---
Comment on attachment 118220
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118220
Bug 14237: Add individual bibliographic records to course reserves

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

::: C4/CourseReserves.pm
@@ +944,4 @@
>  =head2 GetItemCourseReservesInfo
>  
>      my $arrayref = GetItemCourseReservesInfo( itemnumber => $itemnumber );
> +    my $arrayref = GetItemCourseReservesInfo( biblionumber => $biblionumber );

This line is masking the variable above it. I imagine that's not what you were
intending!

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


More information about the Koha-bugs mailing list