From 833760ca695f5d8a55050f7eed9ed4d6b1c71b4b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 5 May 2020 11:56:07 +0000 Subject: [PATCH] Bug 23787: (follow-up) Format due date as due date --- installer/data/mysql/de-DE/mandatory/sample_notices.sql | 2 +- installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- installer/data/mysql/fr-CA/obligatoire/sample_notices.sql | 2 +- installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql | 2 +- installer/data/mysql/it-IT/necessari/notices.sql | 2 +- installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 2 +- installer/data/mysql/pl-PL/mandatory/sample_notices.sql | 2 +- installer/data/mysql/ru-RU/mandatory/sample_notices.sql | 2 +- installer/data/mysql/uk-UA/mandatory/sample_notices.sql | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.sql b/installer/data/mysql/de-DE/mandatory/sample_notices.sql index e04081dfe0..b2055dd7ae 100644 --- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql +++ b/installer/data/mysql/de-DE/mandatory/sample_notices.sql @@ -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'); diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index e09a7b1540..ca04caf232 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -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 %]" diff --git a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql index 21f3f81289..8dd1c19a05 100644 --- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql +++ b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql @@ -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'); diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql index db36b2e5c6..45326ba006 100644 --- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql +++ b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql @@ -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'); diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql index 6727b24aa7..d268548c90 100644 --- a/installer/data/mysql/it-IT/necessari/notices.sql +++ b/installer/data/mysql/it-IT/necessari/notices.sql @@ -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'); diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql index cbaf6ab04e..534b410838 100644 --- a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql +++ b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql @@ -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'); diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql index 65ee704a31..dbfcc7b24d 100644 --- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql +++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql @@ -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'); diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql index ad8ecaad69..60b86c61bf 100644 --- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql +++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql @@ -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'); diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql index 0b40c33ac8..137e372149 100644 --- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql +++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql @@ -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'); -- 2.11.0