Browse Source

Bug 13420: (QA follow-up): Fix typo itemdate -> itemdata

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Josef Moravec 4 years ago
committed by Martin Renvoize
parent
commit
cd99a03440
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

4
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

@ -230,7 +230,7 @@
[% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
<th>Call number</th>
[% IF volinfo %]
[% IF itemdate_publisheddate #If there is at least one published date, use it for sorting%]
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%]
<th class="title-string">Serial enumeration / chronology</th>
[% ELSE %]
<th>Serial enumeration / chronology</th>
@ -292,7 +292,7 @@ Note that permanent location is a code, and location may be an authval.
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
[% IF ( volinfo ) %]
<td class="enumchron">
[% IF itemdate_publisheddate %]<span title="[% item.publisheddate | html %]">[% END %]
[% IF itemdata_publisheddate %]<span title="[% item.publisheddate | html %]">[% END %]
[% IF ( itemdata_enumchron ) %]
[% IF item.enumchron && item.serialseq %]
<span class="enum">[% item.enumchron | html %]</span>

Loading…
Cancel
Save