http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7854 Priority: P5 - low Change sponsored?: --- Bug ID: 7854 CC: gmcharlt@gmail.com Assignee: paul.poulain@biblibre.com Summary: preferences.pl: cannot have choice options of yes and no QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: srdjan@catalyst.net.nz Hardware: All Status: NEW Version: master Component: System Administration Product: Koha $YAML::Syck::ImplicitTyping is set, thus preventing yes and no choices. This should be turned off and explicit translations provided. So far I've identifired: All: null => "" YesNo: yes => 1, no => 0 -- You are receiving this mail because: You are watching all bug changes.