https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 Peter Vashchuk <stalkernoid@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #108048|0 |1 is obsolete| | --- Comment #9 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 118991 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118991&action=edit Bug 25946: borrowerRelationship can be empty Do not split the config using comma.
From syspref description of borrowerRelationship preference:
Guarantors can be the following of those they guarantee: (input multiple choices separated by |). Leave empty to deactivate.
As it doesn't mention comma at all, I removed ',' from split. Of course if comma is actually a viable way to split separate choices, I can obsolete this patch and append to the syspref description that it also can be separated by comma. -- You are receiving this mail because: You are watching all bug changes.