[Koha-bugs] [Bug 25946] borrowerRelationship can no longer be empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 30 14:12:20 CEST 2021


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

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118991|0                           |1
        is obsolete|                            |
 Attachment #118992|0                           |1
        is obsolete|                            |
 Attachment #118993|0                           |1
        is obsolete|                            |

--- Comment #12 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Created attachment 118997
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118997&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 at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list