Bugzilla – Attachment 115869 Details for
Bug 11257
Document "items.content" for DUEDGST and PREDUEDGST and update sample notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11257: (followup) Document <<items.content>> for DUEDGST and PREDUEDGST and update sample notices
Bug-11257-followup-Document-itemscontent-for-DUEDG.patch (text/plain), 1.68 KB, created by
Jonathan Druart
on 2021-01-27 10:51:19 UTC
(
hide
)
Description:
Bug 11257: (followup) Document <<items.content>> for DUEDGST and PREDUEDGST and update sample notices
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-27 10:51:19 UTC
Size:
1.68 KB
patch
obsolete
>From 07dbbd87d92a2be88d53522e454965147061b831 Mon Sep 17 00:00:00 2001 >From: James O'Keeffe <jamespfk@gmail.com> >Date: Thu, 21 Jan 2021 05:53:46 +0000 >Subject: [PATCH] Bug 11257: (followup) Document <<items.content>> for DUEDGST > and PREDUEDGST and update sample notices > >This patch changes the default text for the DUEDGST sample notice to the >following: > Dear <<borrowers.firstname>> <<borrowers.surname>>, > The following item(s) are due: > <<items.content>> >(it does not include an atomic update) > >Test plan: >1. Select "edit" on DUEDGST in the notices and slips page (Home -> > tools -> Notices and slips) >2. Open "email", and note the default text. >3. Apply the patch, and peform a fresh install of Koha. >4. Navigate to the same page. The default text should have changed. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 533a90f38f..701054c220 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -401,7 +401,11 @@ tables: > message_transport_type: email > lang: default > content: >- - "You have <<count>> items due" >+ - "Dear <<borrowers.firstname>> <<borrowers.surname>>," >+ - "" >+ - "The following item(s) are now due:" >+ - "" >+ - "<<items.content>>" > > - module: circulation > code: HOLD_SLIP >-- >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 11257
:
115374
|
115585
|
115625
|
115628
|
115629
|
115630
|
115672
|
115673
|
115674
|
115868
| 115869 |
115870