https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40517
--- Comment #8 from David Cook <[email protected]> --- Comment on attachment 184641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184641 Bug 40517: Move creation of hold group into Patron class. Add exceptions Review of attachment 184641: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=40517&attachment=184641) ----------------------------------------------------------------- ::: reserve/placerequest.pl @@ +140,1 @@ > hold_group_id => $hold_group ? $hold_group->id : > undef, I haven't tried yet but guessing this line needs to be removed? @@ +165,1 @@ > hold_group_id => $hold_group ? > $hold_group->id : undef, I haven't tried yet but guessing this line needs to be removed? -- 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/
