Bugzilla – Attachment 61497 Details for
Bug 15705
Notify the user on auto renewing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15705: Add is_tt param to the new letter
Bug-15705-Add-istt-param-to-the-new-letter.patch (text/plain), 1.59 KB, created by
Martin Renvoize (ashimema)
on 2017-03-23 08:19:18 UTC
(
hide
)
Description:
Bug 15705: Add is_tt param to the new letter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2017-03-23 08:19:18 UTC
Size:
1.59 KB
patch
obsolete
>From c3238b73e8be25fc4c140e66ea315b2890d866aa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Apr 2016 16:25:49 +0100 >Subject: [PATCH] Bug 15705: Add is_tt param to the new letter > >Signed-off-by: Janet McGowan <janet.mcgowan@ptfs-europe.com> >Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_XXXXX.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_XXXXX.sql b/installer/data/mysql/atomicupdate/bug_XXXXX.sql >index 7885c58..fed41f4 100644 >--- a/installer/data/mysql/atomicupdate/bug_XXXXX.sql >+++ b/installer/data/mysql/atomicupdate/bug_XXXXX.sql >@@ -1,7 +1,7 @@ > ALTER TABLE issues ADD COLUMN auto_renew_error VARCHAR(16) DEFAULT NULL AFTER auto_renew; > ALTER TABLE old_issues ADD COLUMN auto_renew_error VARCHAR(16) DEFAULT NULL AFTER auto_renew; > >-INSERT INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS', 'notification on auto renewing', 'Auto renewals', >+INSERT INTO letter (module, code, name, title, content, message_transport_type, is_tt) VALUES ('circulation', 'AUTO_RENEWALS', 'notification on auto renewing', 'Auto renewals', > "Dear [% borrower.firstname %] [% borrower.surname %], > [% IF checkout.auto_renew_error %] > The following item [% biblio.title %] has not been correctly renewed >@@ -20,4 +20,4 @@ You have too much unpaid fines. > [% END %] > [% ELSE %] > The following item [% biblio.title %] as correctly been renewed. >-[% END %]", 'email'); >+[% END %]", 'email', 1); >-- >2.1.4
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 15705
:
47470
|
47471
|
47472
|
50336
|
50337
|
50338
|
50341
|
50342
|
50344
|
50345
|
50346
|
50680
|
50681
|
50682
|
50683
|
50732
|
50733
|
56756
|
56757
|
56758
|
56759
|
56760
|
56798
|
56799
|
56981
|
56983
|
57741
|
57742
|
57743
|
57744
|
57745
|
57746
|
57747
|
61080
|
61081
|
61082
|
61083
|
61084
|
61085
|
61086
|
61495
|
61496
|
61497
|
61498
|
61499
|
61500
|
61501
|
61739
|
62072
|
63036
|
63037
|
63138
|
63139
|
63140
|
63141
|
63142
|
63143
|
63144