Bug 23787: (follow-up) Format due date as due date
authorKatrin Fischer <katrin.fischer.83@web.de>
Tue, 5 May 2020 11:56:07 +0000 (11:56 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 12 May 2020 09:58:06 +0000 (10:58 +0100)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/de-DE/mandatory/sample_notices.sql
installer/data/mysql/en/mandatory/sample_notices.yml
installer/data/mysql/fr-CA/obligatoire/sample_notices.sql
installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql
installer/data/mysql/it-IT/necessari/notices.sql
installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql
installer/data/mysql/pl-PL/mandatory/sample_notices.sql
installer/data/mysql/ru-RU/mandatory/sample_notices.sql
installer/data/mysql/uk-UA/mandatory/sample_notices.sql

index e04081d..b2055dd 100644 (file)
@@ -405,5 +405,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index e09a7b1..ca04caf 100644 (file)
@@ -1206,5 +1206,5 @@ tables:
             - "Your total unpaid fines are too high."
             - "[% END %]"
             - "[% ELSE %]"
-            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]"
+            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
             - "[% END %]"
index 21f3f81..8dd1c19 100644 (file)
@@ -287,5 +287,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index db36b2e..45326ba 100644 (file)
@@ -398,5 +398,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index 6727b24..d268548 100644 (file)
@@ -401,5 +401,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index cbaf6ab..534b410 100644 (file)
@@ -417,5 +417,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index 65ee704..dbfcc7b 100644 (file)
@@ -395,5 +395,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index ad8ecaa..60b86c6 100644 (file)
@@ -397,5 +397,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');
index 0b40c33..137e372 100644 (file)
@@ -488,5 +488,5 @@ It\'s too late to renew this item.
 Your total unpaid fines are too high.
 [% END %]
 [% ELSE %]
-The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
+The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
 [% END %]", 'email');