http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2983 Summary: OPAC detail template checks nonexistent OPACDisplayItypes system pref Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha.org The opac-detail.tmpl checks for a non-existent OPACDisplayItypes system preference: <!-- TMPL_IF NAME="item-level_itypes" --><!-- TMPL_IF NAME="OPACDisplayItypes" --><td><!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" title="<!-- TMPL_VAR NAME="description" -->" alt="<!-- TMPL_VAR NAME="description" -->" /><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="description" --></td><!-- /TMPL_IF --><!-- /TMPL_IF --> Possible solutions: - Removing the check would display item type info for everyone (along with icons, if configured) - Replacing the check with one for noItemTypeImages. This works, but would tie both the staff client and OPAC's behavior to one pref. - Creating the missing OPACDisplayItypes system pref. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.