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@lists.koha-community.org Reporter: joonas.kylmala@helsinki.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, jonathan.druart+koha@gmail.com, katrin.fischer@bsz-bw.de, kyle.m.hall@gmail.com, kyle@bywatersolutions.com, nugged@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.