@@ -, +, @@ --- 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(-) --- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql +++ a/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'); --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ a/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 %]" --- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql +++ a/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'); --- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql +++ a/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'); --- a/installer/data/mysql/it-IT/necessari/notices.sql +++ a/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'); --- a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql +++ a/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'); --- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql +++ a/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'); --- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql +++ a/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'); --- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql +++ a/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'); --