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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39389 --- Comment #15 from Fridolin Somers <fridolin.somers@biblibre.com> --- 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 : 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.