https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40517 --- Comment #10 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (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.