@@ -, +, @@ notices tab - Make sure you have a patron account with some notices, ideally with different times and dates - Verify that the updated on column doesn't sort at all - Apply patch - Verify both date columns now sort correctly for different DateFormat settings --- .../intranet-tmpl/prog/en/modules/members/notices.tt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt @@ -30,15 +30,15 @@ [% IF ( QUEUED_MESSAGES ) %] - - - - - - - - - + + + + + + + + + [% FOREACH QUEUED_MESSAGE IN QUEUED_MESSAGES %] @@ -74,7 +74,7 @@ [% END %] - + [% END %] --
NoticeTypeStatusUpdated onTime created
NoticeTypeStatusUpdated onTime created
[% QUEUED_MESSAGE.updated_on | $KohaDates with_hours => 1 %][% QUEUED_MESSAGE.updated_on | $KohaDates with_hours => 1 %] [% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %]