Bugzilla – Attachment 157932 Details for
Bug 34924
Add ability to send 'final auto renewal notice'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34924: Adjust auto renewal email to reflect success for final renewals
Bug-34924-Adjust-auto-renewal-email-to-reflect-suc.patch (text/plain), 3.03 KB, created by
Emily Lamancusa (emlam)
on 2023-10-26 15:02:29 UTC
(
hide
)
Description:
Bug 34924: Adjust auto renewal email to reflect success for final renewals
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-10-26 15:02:29 UTC
Size:
3.03 KB
patch
obsolete
>From 07d056bc59af2dc11e840e0bcefe6b1642767d78 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 23 Oct 2023 17:52:11 +0000 >Subject: [PATCH] Bug 34924: Adjust auto renewal email to reflect success for > final renewals > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../data/mysql/en/mandatory/sample_notices.yml | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 9b0880679d..e50ffb97a2 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -2145,7 +2145,13 @@ tables: > lang: default > content: > - "Dear [% borrower.firstname %] [% borrower.surname %]," >- - "[% IF checkout.auto_renew_error %]" >+ - "[% IF checkout.auto_renew_error == 'auto_renew_final' %]" >+ - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]" >+ - "This item has reached the maximum number of automatic renewals and will no longer be renewed." >+ - "[% ELSIF checkout.auto_renew_error == 'auto_unseen_final' %]" >+ - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]" >+ - "This item has reached the maximum number of unseen renewals and will need to be renewed at the library." >+ - "[% ELSIF checkout.auto_renew_error %]" > - "The following item, [% biblio.title %], has not been renewed because:" > - "[% IF checkout.auto_renew_error == 'too_many' %]" > - "You have reached the maximum number of renewals possible." >@@ -2163,12 +2169,6 @@ tables: > - "This item must be renewed at the library." > - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]" > - "Your account has expired." >- - "[% ELSIF checkout.auto_renew_error == 'auto_renew_final' %]" >- - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]" >- - "This item has reached the maximum number of automatic renewals and will no longer be renewed." >- - "[% ELSIF checkout.auto_renew_error == 'auto_unseen_final' %]" >- - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]" >- - "This item has reached the maximum number of unseen renewals and will need to be renewed at the library." > - "[% END %]" > - "[% ELSE %]" > - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]" >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34924
:
156239
|
156240
|
156241
|
157290
|
157291
|
157292
|
157687
|
157688
|
157689
|
157690
|
157895
|
157896
|
157897
|
157898
|
157929
|
157930
|
157931
| 157932 |
157933
|
168642