Bug 14897 - Header name mismatch in ./modules/catalogue/detail.tt
We changed the detail.tt file for staff interface from Publication details to "Serial enumeration / chronology" to match the cataloguing editor. Signed-off-by: Joy Nelson <joy@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
63041c19c9
commit
43d77fdcf0
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ function verify_images() {
|
|||
<th>Status</th>
|
||||
<th>Last seen</th>
|
||||
<th>Barcode</th>
|
||||
[% IF ( volinfo ) %]<th>Publication details</th>[% END %]
|
||||
[% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
|
||||
[% IF ( itemdata_uri ) %]<th>url</th>[% END %]
|
||||
[% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
|
||||
[% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %]
|
||||
|
|
Loading…
Reference in a new issue