@@ -, +, @@ --- .../prog/en/modules/catalogue/issuehistory.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 6 +++--- .../prog/en/modules/circ/on-site_checkouts.tt | 2 +- .../intranet-tmpl/prog/en/modules/members/readingrec.tt | 7 +++---- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- 5 files changed, 10 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt @@ -96,7 +96,7 @@ [% checkout.issuedate |$KohaDates with_hours => 1 %] - [% checkout.date_due |$KohaDates with_hours => 1 %] + [% checkout.date_due | $KohaDates as_due_date => 1 %] [% checkout.returndate |$KohaDates with_hours => 1 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt @@ -56,7 +56,7 @@ [% FOREACH overduesloo IN overduesloop %] - [% overduesloo.date_due | html %] + [% overduesloo.date_due | $KohaDates as_due_date => 1 %] [% INCLUDE 'biblio-title.inc' biblio=overduesloo link = 1 %] [% IF ( overduesloo.author ) %] by [% overduesloo.author | html %][% END %] @@ -82,7 +82,7 @@ [% IF ( todayoverduesloop ) %]
- + @@ -94,7 +94,7 @@ [% IF Koha.Preference('RecordStaffUserOnCheckout') %] [% END %] [% IF issue.returndate %] [% ELSE %] [% END %] [% UNLESS ( item_level_itypes ) %] --
Today's notificationsToday's notifications
Date due Title

- [% todayoverduesloo.date_due | html %] + [% todayoverduesloo.date_due | $KohaDates as_due_date => 1 %]

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt @@ -52,7 +52,7 @@
[% IF item.is_overdue %][% END %] - [% item.date_due | $KohaDates %] + [% item.date_due | $KohaDates as_due_date => 1 %] [% IF item.is_overdue %][% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -110,18 +110,18 @@ [% END %] - [% issue.issuedate |$KohaDates with_hours => 1 %] + [% issue.issuedate |$KohaDates with_hours => 1 %] [% Branches.GetName( issue.branchcode ) | html %][% issue.firstname | html %] [% issue.surname | html %] - [% issue.date_due |$KohaDates with_hours => 1 %] + [% issue.date_due | $KohaDates as_due_date => 1 %] - [% issue.returndate |$KohaDates with_hours => 1 %] + [% issue.returndate |$KohaDates with_hours => 1 %] [% ELSE %] Checked out @@ -151,7 +151,6 @@ [% INCLUDE table_readingrec %] [% END # /IF Koha.Preference('OnSiteCheckouts') %] - [% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -374,12 +374,12 @@ [% IF ( ISSUE.overdue ) %] Date due: - [% ISSUE.date_due | $KohaDates as_due_date => 1 %] + [% ISSUE.date_due | $KohaDates as_due_date => 1 %] Date due: - [% ISSUE.date_due | $KohaDates as_due_date => 1 %] + [% ISSUE.date_due | $KohaDates as_due_date => 1 %]