Bugzilla – Attachment 118356 Details for
Bug 18532
Messaging preferences for auto renewals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18532: Add missing notice template for it-IT
Bug-18532-Add-missing-notice-template-for-it-IT.patch (text/plain), 3.70 KB, created by
Jonathan Druart
on 2021-03-17 07:23:29 UTC
(
hide
)
Description:
Bug 18532: Add missing notice template for it-IT
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-03-17 07:23:29 UTC
Size:
3.70 KB
patch
obsolete
>From c28b85740495b4fe65bdb290f7b4f7145a2bd050 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Mar 2021 08:23:10 +0100 >Subject: [PATCH] Bug 18532: Add missing notice template for it-IT > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../data/mysql/it-IT/necessari/notices.sql | 30 +++++++++++++++++++ > 1 file changed, 30 insertions(+) > >diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql >index c2c2a9cfc0..abf64f336a 100644 >--- a/installer/data/mysql/it-IT/necessari/notices.sql >+++ b/installer/data/mysql/it-IT/necessari/notices.sql >@@ -432,3 +432,33 @@ INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, conten > INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has requested cancellation of this ILL request:\n\n[% ill_full_metadata %]", 'sms', 'default'); > INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request [% illrequest.illrequest_id %], with the following details, has modified this ILL request:\n\n[% ill_full_metadata %]", 'sms', 'default'); > INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n[% ill_full_metadata %]\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n[% branch.branchname %]\n[% branch.branchaddress1 %]\n[% branch.branchaddress2 %]\n[% branch.branchaddress3 %]\n[% branch.branchcity %]\n[% branch.branchstate %]\n[% branch.branchzip %]\n[% branch.branchphone %]\n[% branch.branchillemail %]\n[% branch.branchemail %]", 'sms', 'default'); >+ >+INSERT IGNORE INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS_DGST', 'Notification on auto renewals', 'Auto renewals (Digest)', >+"Dear [% borrower.firstname %] [% borrower.surname %], >+[% IF error %] >+ There were [% error %] items that were not renewed. >+[% END %] >+[% IF success %] >+ There were [% success %] items that were renewed. >+[% END %] >+[% FOREACH checkout IN checkouts %] >+ [% checkout.item.biblio.title %] : [% checkout.item.barcode %] >+ [% IF !checkout.auto_renew_error %] >+ was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%] >+ [% ELSIF checkout.auto_renew_error == 'too_many' %] >+ You have reached the maximum number of checkouts possible. >+ [% ELSIF checkout.auto_renew_error == 'on_reserve' %] >+ This item is on hold for another patron. >+ [% ELSIF checkout.auto_renew_error == 'restriction' %] >+ You are currently restricted. >+ [% ELSIF checkout.auto_renew_error == 'overdue' %] >+ You have overdue items. >+ [% ELSIF checkout.auto_renew_error == 'auto_too_late' %] >+ It's too late to renew this item. >+ [% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %] >+ Your total unpaid fines are too high. >+ [% ELSIF checkout.auto_renew_error == 'too_unseen' %] >+ This item must be renewed at the library. >+ [% END %] >+[% END %] >+", 'email'); >-- >2.20.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 18532
:
95030
|
95031
|
95337
|
95338
|
95456
|
96049
|
96050
|
96487
|
96494
|
96495
|
98078
|
98079
|
99193
|
99194
|
104880
|
104881
|
104882
|
104883
|
105500
|
105501
|
105502
|
105503
|
114316
|
115798
|
115799
|
115800
|
115801
|
115802
|
115829
|
115830
|
115831
|
115832
|
115833
|
118198
|
118199
|
118205
|
118318
|
118329
|
118330
|
118331
| 118356