Bug 23787: (follow-up) Format due date as due date
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
851f433b77
commit
0b75907757
9 changed files with 9 additions and 9 deletions
|
@ -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');
|
||||
|
|
|
@ -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 %]"
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue