[Koha-bugs] [Bug 12085] Allow staff to place multiple reserves for the same patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 19 10:55:02 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12085

--- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
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.


More information about the Koha-bugs mailing list