Bugzilla – Attachment 107509 Details for
Bug 20472
Add digital scan as optional format to Article Requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20472: Add format to sample notices
Bug-20472-Add-format-to-sample-notices.patch (text/plain), 3.28 KB, created by
Marcel de Rooy
on 2020-07-29 14:48:37 UTC
(
hide
)
Description:
Bug 20472: Add format to sample notices
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-07-29 14:48:37 UTC
Size:
3.28 KB
patch
obsolete
>From c4ae51e6e7b665123ecd005a1588ea4b4228b7a8 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 29 Jul 2020 11:12:12 +0000 >Subject: [PATCH] Bug 20472: Add format to sample notices >Content-Type: text/plain; charset=utf-8 > >NOTE: We are only changing English here. A follow-up will care for >the translated languages. (English is in yml format, the remainder >not yet.) > >We need to change the following notices: >AR_SLIP, AR_CANCELED, AR_PROCESSING, AR_PENDING and AR_COMPLETED. >In AR_COMPLETED the last sentence about picking up has been modified >too. > >Test plan: >Reinstall Koha. Choose English. Check notice text. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index e2d4b121bf..9fb4240abf 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -228,6 +228,7 @@ tables: > - "Pages: <<article_requests.pages>>" > - "Chapters: <<article_requests.chapters>>" > - "Notes: <<article_requests.patron_notes>>" >+ - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" > - "" > - "Your library" > >@@ -253,8 +254,9 @@ tables: > - "Pages: <<article_requests.pages>>" > - "Chapters: <<article_requests.chapters>>" > - "Notes: <<article_requests.patron_notes>>" >+ - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" > - "" >- - "You may pick your article up at <<branches.branchname>>." >+ - "[% IF article_request.format == 'PHOTOCOPY' %]You may pick up your article at [% branch.branchname %].[% ELSIF article_request.format == 'SCAN' %]You can download the scanned materials via the following url(s): [% article_request.urls %].[% END %]" > - "" > - "Thank you!" > >@@ -280,7 +282,7 @@ tables: > - "Pages: <<article_requests.pages>>" > - "Chapters: <<article_requests.chapters>>" > - "Notes: <<article_requests.patron_notes>>" >- - "" >+ - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" > - "" > - "Thank you!" > >@@ -306,6 +308,7 @@ tables: > - "Pages: <<article_requests.pages>>" > - "Chapters: <<article_requests.chapters>>" > - "Notes: <<article_requests.patron_notes>>" >+ - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" > - "" > - "Thank you!" > >@@ -334,6 +337,7 @@ tables: > - "Pages: <<article_requests.pages>>" > - "Chapters: <<article_requests.chapters>>" > - "Notes: <<article_requests.patron_notes>>" >+ - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" > - "" > > - module: circulation >-- >2.11.0
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 20472
:
107506
|
107507
|
107508
|
107509
|
107510
|
107511
|
107512
|
111473
|
111474
|
111475
|
111476
|
111477
|
111478
|
111479
|
122366
|
122367
|
122368
|
122369
|
122370
|
122371
|
122372
|
122373
|
122374
|
122375
|
122376
|
122377
|
122378
|
122379
|
122382
|
122383
|
122699
|
122700
|
122701
|
122702
|
122703
|
122704
|
122705
|
122706
|
122775
|
122781