http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12085
--- Comment #1 from Olli-Antti Kivilahti <[email protected]> --- Created attachment 34522 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34522&action=edit Bug 12085 - Allow staff to place multiple reserves for the same patron This requires rather large changes to C4/Reserves.pm, because it didn't use the reserve_id to distinguish the reserves. -Remove all vestiges of reserveconstraints -table from the code. -Make Reserves use ID numbers as much as possible, instead of matching with patron number, bibnum, and date. -Allow the same patron reserve the same item multiple times, but only via staff client. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
