[Koha-bugs] [Bug 14897] New: Header name mismatch in ./modules/catalogue/detail.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 25 12:51:54 CEST 2015


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 at gmail.com
          Reporter: theod at lib.auth.gr
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at 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.


More information about the Koha-bugs mailing list