https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40517 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- 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.