https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22136 Bug ID: 22136 Summary: Import patrons notes hides a note because the syspref isn't referenced correctly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org Target Milestone: --- To reproduce: Go to Tools -> Import patrons Look under Notes There should be NO note talking about the patron_attributes field. Go to Administration -> system preferences Enable the ExtendedPatronAttributes syspref Go back to Tools -> Import patrons Notice the note still hasn't shown up, but it is meant to. This is because it is not checking the system preference correctly The code says [% IF ( ExtendedPatronAttributes ) %] but it should say [% IF ( Koha.Preference('ExtendedPatronAttributes') ) %] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.