[Koha-bugs] [Bug 11816] New: dead institution/organization patron management code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 21 17:43:06 CET 2014


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

            Bug ID: 11816
           Summary: dead institution/organization patron management code
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: gmcharlt at gmail.com
        QA Contact: testopia at bugs.koha-community.org

There is some dead code regarding maintaining relationships between
institutional patrons and the regular patrons who are members of those
institutions.

Specifically:

[1] memberentry.pl, if passed an organisations parameter, attempts to store
relationships in an borrowers_to_borrowers table -- which doesn't exist
[2] memberentry.pl tries to build a list of organization patrons (as defined by
categorycode = 'I', although other bugs suggest that the intention is that
category *type* is 'I') -- but that isn't used.
[3] circ/circulation.pl tries to do the same thing.

Consequently, I propose that this code and references to the
memberofinstitution system preference be completely removed, as right now they
do nothing.  Furthermore, removing the dead code opens up the field if somebody
later wants to do implement patron-to-institution relationships properly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list