Koha/koha-tmpl/intranet-tmpl/prog/en
Katrin Fischer d11abd548b
Bug 33060: Fix yes/no setting to 1/0 in system preference YAML files
Boolean system preferences need to use 1 and 0 for true and false,
not yes and no now. This fixes a few occurences that have
been added in the last release:

* EnableItemGroups
* EnableItemGroupHolds
* ArticleRequestsOpacHostRedirection
* UseLocationAsAQInSIP

To test:
* Make sure these preferences save to the db as 0/1 as expected.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-20 09:39:51 -03:00
..
data
includes Bug 25856: Add suspend class to tr's of suspended holds 2023-03-17 09:59:03 -03:00
modules Bug 33060: Fix yes/no setting to 1/0 in system preference YAML files 2023-03-20 09:39:51 -03:00
xslt