https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570
--- Comment #241 from Jonathan Druart <[email protected]> --- Something wrong happening on the about page: https://snipboard.io/QmBPeJ.jpg MariaDB [koha_kohadev]> select * from systempreferences where variable="borrowerRelationship"; +----------------------+---------------+---------+------------------------------------------------------------------------------------+------+ | variable | value | options | explanation | type | +----------------------+---------------+---------+------------------------------------------------------------------------------------+------+ | borrowerRelationship | father|mother | | Define valid relationships between a guarantor & a guarantee (separated by | or ,) | free | +----------------------+---------------+---------+------------------------------------------------------------------------------------+------+ 1 row in set (0.00 sec) MariaDB [koha_kohadev]> select distinct relationship from borrowers; +--------------+ | relationship | +--------------+ | NULL | +--------------+ 1 row in set (0.01 sec) MariaDB [koha_kohadev]> select * from borrower_relationships; Empty set (0.00 sec) -- You are receiving this mail because: 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/
