[Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 26 20:29:34 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570

--- Comment #241 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list