[Koha-bugs] [Bug 28490] New: Cannot modify patrons in some categories (e.g. Child category)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 31 12:55:19 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490

            Bug ID: 28490
           Summary: Cannot modify patrons in some categories (e.g. Child
                    category)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: joonas.kylmala at helsinki.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, jonathan.druart+koha at gmail.com,
                    katrin.fischer at bsz-bw.de, kyle.m.hall at gmail.com,
                    kyle at bywatersolutions.com, nugged at gmail.com
        Depends on: 26995

It is not possible to modify patrons that don't have one of the following
category type: A, I, S, X. E.g. create a patron with category code that has
category type Child and notice when you try to modify it gives an error, in the
logs you can see:

> Patron modification failed! - No property relationship for Koha::Patron at /usr/share/koha/intranet/cgi-bin/members/memberentry.pl

Workaround: Set borrowerRelationship syspref empty so the guarantor feature
gets disabled.

This started happening after bug 26995 was merged because the relationship
column was dropped and we have no filtering in place to not try to update that
non-existent column.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26995
[Bug 26995] Drop column relationship from borrower tables
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list