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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/