[Bug 14897] New: Header name mismatch in ./modules/catalogue/detail.tt
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14897 --- Comment #1 from Theodoros Theodoropoulos <theod@lib.auth.gr> --- Created attachment 42870 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42870&action=edit Normal Item View The highlighted header should be changed -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14897 --- Comment #2 from Theodoros Theodoropoulos <theod@lib.auth.gr> --- Created attachment 42871 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42871&action=edit Edit Item View This header is OK and consistent with the item field name -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org