https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32974 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com --- Comment #2 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- As Koha's hold data exists now, an on-shelf hold really forgets that it was on-shelf once it gets checked in -- the hold doesn't remember whether the book came from a return or from the stacks. That makes it hard to set a limit like "a patron can only have 5 on-shelf holds at a time" as the patron's count of current on-shelf holds would go down each time a hold goes to Waiting. This could be a time-based limit, sort of like we do with purchase suggestions? Patrons can only submit X on-shelf holds within a window of Y hours? Or we could add something to the reserves table to record that a hold was on-shelf when it was placed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.