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

            Bug ID: 12085
           Summary: Allow staff to place multiple reserves for the same
                    patron
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Created attachment 27121
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27121&action=edit
Allow 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.
 -Adds syspref AllowMultipleHolds


----

I wrote this patch a while ago, and seeing all the other improvements in the
area (for example bug 12079 and bug 11947), I decided to put this up here,
perhaps it'll be of some use.

-- 
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]
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/

Reply via email to