https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40517
--- Comment #10 from Pedro Amorim <[email protected]> --- (In reply to David Cook from comment #8) > Comment on attachment 184641 [details] [review] > Bug 40517: Move creation of hold group into Patron class. Add exceptions > > Review of attachment 184641 [details] [review]: > ----------------------------------------------------------------- > > ::: 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? Good spot, yes most definitely an oversight, these should be removed. I'll correct. -- 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/
