[Bug 14570] Make it possible to add multiple guarantors to a record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #241 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org