https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086 --- Comment #30 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 168812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168812&action=edit Bug 18086: Fix issues with NULL for branches See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086#c27 for more context : This addresses the third point of this comment. A few tests do not pass because they test the behaviour of functions concerning branches on an empty string, which is now forbidden due to the foreign key constraint. I propose changes for branches and for categories in two different patches, changing the behaviour of functions so that they interprete NULL in db as the default rule. -- You are receiving this mail because: You are watching all bug changes.