https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24215
--- Comment #8 from Jonathan Druart <[email protected]> --- This second patch fixes the following: on a fresh install we do not display anything on the about page (see screenshot on comment 4). However there is still something wrong, but not sure it comes from this patch. When you create a new patron, its relationship field is populated with an empty string, and it seems we are expecting NULL. So we should include "" in this patch, and/or fix the original issue (ie. insert NULL instead of empty string, and update the existing occurrences in DB). -- 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/
