https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118997|0 |1 is obsolete| | Attachment #118998|0 |1 is obsolete| | Attachment #118999|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 119011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119011&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. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.