https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32974
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Andrew Fuerste-Henry <[email protected]> --- 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. _______________________________________________ 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/
