http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14897 Bug ID: 14897 Summary: Header name mismatch in ./modules/catalogue/detail.tt Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: gmcharlt@gmail.com Reporter: theod@lib.auth.gr QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl ./modules/catalogue/detail.tt contains the following header name [% IF ( volinfo ) %]<th>Publication details</th>[% END %] That displays data from enumchron that relates to data entered in 952h (Serial enumeration / chronology) The idea is to change the header in ./modules/catalogue/detail.tt to: [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] in order for the item headers to be consistent across the system -- You are receiving this mail because: You are watching all bug changes.