@@ -, +, @@ dateformat system preference - Apply patch - Go to Home > Circulation > Transfers to receive - Verify that in title (Transfer made to your library as of...) is is formatted as defined in syspref dateformat (Transfers to receive) --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt @@ -1,7 +1,7 @@ [% USE KohaDates %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation › Transfers to your library +Koha › Circulation › Transfers to receive [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] @@ -27,7 +27,7 @@ $(document).ready(function() { [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] - +
@@ -35,7 +35,7 @@ $(document).ready(function() {
-

Transfers made to your library as of [% show_date %]

+

Transfers made to your library as of [% show_date | $KohaDates %]

[% IF ( branchesloop ) %]

Your library is the destination for the following transfer(s)

[% IF ( latetransfers ) %]

Transfers are considered late after [% TransfersMaxDaysWarning %] days.

[% END %] --