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

--- Comment #15 from Fridolin Somers <[email protected]> ---
There may be other cases

I've run some grep :

git grep -E '= ?"\[% Koha.Preference' -- koha-tmpl/ | awk -F '(\(|\))' '{print
$2}' | sort -u > sysprefs.txt

Then filter on boolean prefs :
 > for i in $(cat sysprefs.txt) ; do grep $i
installer/data/mysql/mandatory/sysprefs.sql | grep YesNo ; done
('ExtendedPatronAttributes','1',NULL,'Use extended patron IDs and
attributes','YesNo'),
('OPACPlayMusicalInscripts','0','','If displayed musical inscripts, play midi
conversion on the OPAC record details page.','YesNo'),
('OPACPopupAuthorsSearch','0','','Display the list of authors when clicking on
one author.','YesNo'),
('StaffHighlightedWords','1','','Highlight search terms on staff
interface','YesNo'),
('UnseenRenewals','0','','Allow renewals to be recorded as "unseen" by the
library, and count against the patrons unseen renewals limit.','YesNo'),

We may have a closer look

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to