https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824
--- Comment #7 from Jonathan Druart <[email protected]> --- Created attachment 116728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116728&action=edit Bug 22824: Fix yes/no vs 1/0 Patch generated with: perl -p -i -e 's# no: # 0: #' **/*.pref perl -p -i -e 's# yes: # 1: #' **/*.pref no must be 0 and yes must be 1! -- 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/
