From d96776f9ec7e773498e1a4952511b11ec9aa05ed Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 5 Feb 2020 21:13:22 +0000 Subject: [PATCH] Bug 13420: (QA follow-up): Fix typo itemdate -> itemdata Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index cb6381ff81..05a6cb50e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -230,7 +230,7 @@ [% IF ( itemdata_ccode ) %]Collection[% END %] Call number [% 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%] Serial enumeration / chronology [% ELSE %] Serial enumeration / chronology @@ -292,7 +292,7 @@ Note that permanent location is a code, and location may be an authval. [% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %] [% IF ( volinfo ) %] - [% IF itemdate_publisheddate %][% END %] + [% IF itemdata_publisheddate %][% END %] [% IF ( itemdata_enumchron ) %] [% IF item.enumchron && item.serialseq %] [% item.enumchron | html %] -- 2.11.0