https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24215 Rudolf Byker <rudolfbyker@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudolfbyker@gmail.com --- Comment #15 from Rudolf Byker <rudolfbyker@gmail.com> --- Sorry to rain on your parade, but after installing 19.11, with no relationships in use whatsoever, I still get this on the about page: ===== The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference: [Bullet point with no content] If the relationship is one you want, please add it to the 'borrowerRelationship' system preference, otherwise have your system's administrator correct the values in borrowers.relationship and/or borrower_relationships.relationship in the database. ===== Here is some info about my DB: ===== select relationship, count(*) from borrowers group by relationship; relationship count(*) NULL 6 ===== The borrower_relationships table is empty. -- You are receiving this mail because: You are watching all bug changes.