Bugzilla – Attachment 120224 Details for
Bug 15986
Add a script for sending hold waiting reminder notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15986: Remove \r from HOLD_REMINDER in the yml
Bug-15986-Remove-r-from-HOLDREMINDER-in-the-yml.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2021-04-27 13:29:42 UTC
(
hide
)
Description:
Bug 15986: Remove \r from HOLD_REMINDER in the yml
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-27 13:29:42 UTC
Size:
1.48 KB
patch
obsolete
>From be71aea458388263921f7ed2feed92a2b0ad707b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 27 Apr 2021 15:28:34 +0200 >Subject: [PATCH] Bug 15986: Remove \r from HOLD_REMINDER in the yml > >To prevent the following errors on `gulp po:update` > >misc/translator/Koha-installer.pot:952: warning: internationalized messages should not contain the '\r' escape sequence >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 6ab2d387846..3d62a9ab3e6 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -1253,7 +1253,7 @@ tables: > message_transport_type: email > lang: default > content: >- - "Dear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nThe following holds are waiting at [% branch.branchname %]:\r\n\\r\n[% FOREACH hold IN holds %]\r\n [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\r\n[% END %]" >+ - "Dear [% borrower.firstname %] [% borrower.surname %],\n\nThe following holds are waiting at [% branch.branchname %]:\n\n[% FOREACH hold IN holds %]\n [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\n[% END %]" > > - module: serial > code: SERIAL_ALERT >-- >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 15986
:
53323
|
53354
|
53594
|
55723
|
91767
|
91768
|
99919
|
102723
|
102926
|
106962
|
106963
|
106964
|
112999
|
113000
|
113001
|
118733
|
118734
|
118735
|
118736
|
118737
|
119277
|
119308
|
119327
|
119328
|
119329
|
119383
|
119384
|
119386
|
119624
|
119725
|
119748
| 120224