From 002f431bd4c6c7883ca5c4527dfd97ee6d136db7 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 Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit 724f090717eac58750bfd856c925dcc431705832) Signed-off-by: Lucas Gass --- 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 33dafbb8c0..152cfae177 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -205,7 +205,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 @@ -253,7 +253,7 @@ [% 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.39.5