Bugzilla – Attachment 133156 Details for
Bug 30237
Rename/rephrase AutoEmailOpacUser/ACCTDETAILS feature to clarify intended use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30237: (follow-up) Update Notice
Bug-30237-follow-up-Update-Notice.patch (text/plain), 3.31 KB, created by
Martin Renvoize (ashimema)
on 2022-04-11 14:02:45 UTC
(
hide
)
Description:
Bug 30237: (follow-up) Update Notice
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-04-11 14:02:45 UTC
Size:
3.31 KB
patch
obsolete
>From d85252969ba40670a98d32537098aa6d50cc1ff3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 11 Apr 2022 14:52:51 +0100 >Subject: [PATCH] Bug 30237: (follow-up) Update Notice > >This patch updates the sample notice as suggested by Katrin. >--- > installer/data/mysql/atomicupdate/bug_30237.pl | 2 +- > installer/data/mysql/en/mandatory/sample_notices.yml | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_30237.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_30237.pl b/installer/data/mysql/atomicupdate/bug_30237.pl >old mode 100644 >new mode 100755 >index 0114abda85..4c92eb164b >--- a/installer/data/mysql/atomicupdate/bug_30237.pl >+++ b/installer/data/mysql/atomicupdate/bug_30237.pl >@@ -8,7 +8,7 @@ return { > my ($dbh, $out) = @$args{qw(dbh out)}; > # Add WELCOME notice > $dbh->do( q{ >- INSERT IGNORE INTO letter (module, code, name, is_html, title, content, message_transport_type) VALUES ('members', 'WELCOME', 'Welcome notice', 1, "[% USE Koha %]Welcome to [% Koha.Preference('LibraryName') %]", "[% USE Koha %]\r\nHello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].\r\n\r\nThankyou for joining [% Koha.Preference('LibraryName') %]\r\n\r\nThe library's catalog can be found <a href='[% Koha.Preference('OPACBaseURL') %]'>here</a>.\r\n\r\nYour library card number is [% borrower.cardnumber %]\r\n\r\nIf you have any problems or questions regarding your account, please contact your Koha Administrator.", 'email');}); >+ INSERT IGNORE INTO letter (module, code, name, is_html, title, content, message_transport_type) VALUES ('members', 'WELCOME', 'Welcome notice', 1, "[% USE Koha %]Welcome to [% Koha.Preference('LibraryName') %]", "[% USE Koha %]\r\nHello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].\r\n\r\nThank you for joining [% Koha.Preference('LibraryName') %]\r\n\r\nYou can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>.\r\n\r\nYour library card number is [% borrower.cardnumber %]\r\n\r\nIf you have any problems or questions regarding your account, please contact the library.", 'email');}); > > # Update system preference > $dbh->do( q{ >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index e286083d67..99fe795dd3 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -1077,11 +1077,11 @@ tables: > - "" > - "Thankyou for joining [% Koha.Preference('LibraryName') %]" > - "" >- - "The library's catalog can be found <a href='[% Koha.Preference('OPACBaseURL') %]'>here</a>." >+ - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>." > - "" > - "Your library card number is [% borrower.cardnumber %]" > - "" >- - "If you have any problems or questions regarding your account, please contact your Koha Administrator." >+ - "If you have any problems or questions regarding your account, please contact the library." > > - module: orderacquisition > code: ACQORDER >-- >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 30237
:
131489
|
131490
|
131491
|
132785
|
132786
|
132787
|
133153
|
133154
|
133155
|
133156
|
133157
|
133158
|
133159
|
133345
|
133346
|
133347
|
133348
|
133349
|
133350
|
133351
|
133352