http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1621 Summary: Subtitle missing from detail screens 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@nongnu.org opac-detail.tmpl has this in the template: <h1><!-- TMPL_VAR NAME="title" --> <!-- TMPL_IF NAME="subtitle" --> <span class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></span><!-- /TMPL_IF --></h1> ...but subtitle is not being displayed for items which have information in 245b. The same is true for the intranet. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.