Bugzilla – Attachment 106713 Details for
Bug 22818
ILL should be able to send notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22818: (QA follow-up) Sample Notices
Bug-22818-QA-follow-up-Sample-Notices.patch (text/plain), 23.51 KB, created by
Martin Renvoize (ashimema)
on 2020-07-09 11:24:02 UTC
(
hide
)
Description:
Bug 22818: (QA follow-up) Sample Notices
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-07-09 11:24:02 UTC
Size:
23.51 KB
patch
obsolete
>From bd832c190836323f0c87c8630b5dbd0e1994dcc1 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 9 Jul 2020 11:18:26 +0100 >Subject: [PATCH] Bug 22818: (QA follow-up) Sample Notices > >Convert the update notices to TT syntax and add them into the >sample_notices file. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../bug_22818_add_ill_notices.perl | 20 +- > .../mysql/en/mandatory/sample_notices.yml | 232 ++++++++++++++++++ > 2 files changed, 242 insertions(+), 10 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_22818_add_ill_notices.perl b/installer/data/mysql/atomicupdate/bug_22818_add_ill_notices.perl >index 9df46a0813..298c72c44b 100644 >--- a/installer/data/mysql/atomicupdate/bug_22818_add_ill_notices.perl >+++ b/installer/data/mysql/atomicupdate/bug_22818_add_ill_notices.perl >@@ -7,16 +7,16 @@ if( CheckVersion( $DBversion ) ) { > $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ILLDefaultStaffEmail', '', 'Fallback email address for staff ILL notices to be sent to in the absence of a branch address', NULL, 'Free'); | ); > $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ILLSendStaffNotices', NULL, 'Send these ILL notices to staff', NULL, 'multiple'); | ); > # Add new notices >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for:\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis ready for pick up from <<branches.branchname>>.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'email', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis unfortunately unavailable.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'email', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has requested cancellation of this ILL request:\n\n<<ill_full_metadata>>", 'email', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has modified this ILL request:\n\n<<ill_full_metadata>>", 'email', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n<<ill_full_metadata>>\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'email', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for:\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis ready for pick up from <<branches.branchname>>.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'sms', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis unfortunately unavailable.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'sms', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has requested cancellation of this ILL request:\n\n<<ill_full_metadata>>", 'sms', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has modified this ILL request:\n\n<<ill_full_metadata>>", 'sms', 'default'); | ); >- $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n<<ill_full_metadata>>\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'sms', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis ready for pick up from [% branches.branchname %].\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'email', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis unfortunately unavailable.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'email', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:\n\n[% ill_full_metadata %]", 'email', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:\n\n[% ill_full_metadata %]", 'email', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n[% ill_full_metadata %]\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'email', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis ready for pick up from [% branches.branchname %].\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'sms', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis unfortunately unavailable.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'sms', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:\n\n[% ill_full_metadata %]", 'sms', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:\n\n[% ill_full_metadata %]", 'sms', 'default'); | ); >+ $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n[% ill_full_metadata %]\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'sms', 'default'); | ); > # Add patron messaging preferences > $dbh->do( q| INSERT IGNORE INTO message_attributes (message_name, takes_days) VALUES ('Ill_ready', 0); | ); > my $ready_id = $dbh->{mysql_insertid}; >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index ca04caf232..6c47ada7be 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -659,6 +659,238 @@ tables: > - "" > - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>" > >+ - module: ill >+ code: ILL_PICKUP_READY >+ branchcode: "" >+ name: "ILL request ready for pickup" >+ is_html: 0 >+ title: "Interlibrary loan request ready for pickup" >+ message_transport_type: email >+ lang: default >+ content: >+ - "Dear [% borrowers.firstname %] [% borrowers.surname %]," >+ - "" >+ - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:" >+ - "" >+ - "- [% ill_bib_title %] - [% ill_bib_author %]" >+ - "" >+ - "is ready for pick up from [% branches.branchname %]." >+ - "" >+ - "Kind Regards" >+ - "" >+ - "[% branches.branchname %]" >+ - "[% branches.branchaddress1 %]" >+ - "[% branches.branchaddress2 %]" >+ - "[% branches.branchaddress3 %]" >+ - "[% branches.branchcity %]" >+ - "[% branches.branchstate %]" >+ - "[% branches.branchzip %]" >+ - "[% branches.branchphone %]" >+ - "[% branches.branchillemail %]" >+ - "[% branches.branchemail %]" >+ >+ - module: ill >+ code: ILL_REQUEST_UNAVAIL >+ branchcode: "" >+ name: "ILL request unavailable" >+ is_html: 0 >+ title: "Interlibrary loan request unavailable" >+ message_transport_type: email >+ lang: default >+ content: >+ - "Dear [% borrowers.firstname %] [% borrowers.surname %]," >+ - "" >+ - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for" >+ - "" >+ - "- [% ill_bib_title %] - [% ill_bib_author %]" >+ - "" >+ - "is unfortunately unavailable." >+ - "" >+ - "Kind Regards" >+ - "" >+ - "[% branches.branchname %]" >+ - "[% branches.branchaddress1 %]" >+ - "[% branches.branchaddress2 %]" >+ - "[% branches.branchaddress3 %]" >+ - "[% branches.branchcity %]" >+ - "[% branches.branchstate %]" >+ - "[% branches.branchzip %]" >+ - "[% branches.branchphone %]" >+ - "[% branches.branchillemail %]" >+ - "[% branches.branchemail %]" >+ >+ - module: ill >+ code: ILL_REQUEST_CANCEL >+ branchcode: "" >+ name: "ILL request cancelled" >+ is_html: 0 >+ title: "Interlibrary loan request cancelled" >+ message_transport_type: email >+ lang: default >+ content: >+ - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:" >+ - "" >+ - "[% ill_full_metadata %]" >+ >+ - module: ill >+ code: ILL_REQUEST_MODIFIED >+ branchcode: "" >+ name: "ILL request modified" >+ is_html: 0 >+ title: "Interlibrary loan request modified" >+ message_transport_type: email >+ lang: default >+ content: >+ - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:" >+ - "" >+ - "[% ill_full_metadata %]" >+ >+ - module: ill >+ code: ILL_PARTNER_REQ >+ branchcode: "" >+ name: "ILL request to partners" >+ is_html: 0 >+ title: "Interlibrary loan request to partners" >+ message_transport_type: email >+ lang: default >+ content: >+ - "Dear Sir/Madam," >+ - "" >+ - "We would like to request an interlibrary loan for a title matching the following description:" >+ - "" >+ - "[% ill_full_metadata %]" >+ - "" >+ - "Please let us know if you are able to supply this to us." >+ - "" >+ - "Kind Regards" >+ - "" >+ - "[% branches.branchname %]" >+ - "[% branches.branchaddress1 %]" >+ - "[% branches.branchaddress2 %]" >+ - "[% branches.branchaddress3 %]" >+ - "[% branches.branchcity %]" >+ - "[% branches.branchstate %]" >+ - "[% branches.branchzip %]" >+ - "[% branches.branchphone %]" >+ - "[% branches.branchillemail %]" >+ - "[% branches.branchemail %]" >+ >+ - module: ill >+ code: ILL_PICKUP_READY >+ branchcode: "" >+ name: "ILL request ready for pickup" >+ is_html: 0 >+ title: "Interlibrary loan request ready for pickup" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Dear [% borrowers.firstname %] [% borrowers.surname %]," >+ - "" >+ - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:" >+ - "" >+ - "- [% ill_bib_title %] - [% ill_bib_author %]" >+ - "" >+ - "is ready for pick up from [% branches.branchname %]." >+ - "" >+ - "Kind Regards" >+ - "" >+ - "[% branches.branchname %]" >+ - "[% branches.branchaddress1 %]" >+ - "[% branches.branchaddress2 %]" >+ - "[% branches.branchaddress3 %]" >+ - "[% branches.branchcity %]" >+ - "[% branches.branchstate %]" >+ - "[% branches.branchzip %]" >+ - "[% branches.branchphone %]" >+ - "[% branches.branchillemail %]" >+ - "[% branches.branchemail %]" >+ >+ - module: ill >+ code: ILL_REQUEST_UNAVAIL >+ branchcode: "" >+ name: "ILL request unavailable" >+ is_html: 0 >+ title: "Interlibrary loan request unavailable" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Dear [% borrowers.firstname %] [% borrowers.surname %]," >+ - "" >+ - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for" >+ - "" >+ - "- [% ill_bib_title %] - [% ill_bib_author %]" >+ - "" >+ - "is unfortunately unavailable." >+ - "" >+ - "Kind Regards" >+ - "" >+ - "[% branches.branchname %]" >+ - "[% branches.branchaddress1 %]" >+ - "[% branches.branchaddress2 %]" >+ - "[% branches.branchaddress3 %]" >+ - "[% branches.branchcity %]" >+ - "[% branches.branchstate %]" >+ - "[% branches.branchzip %]" >+ - "[% branches.branchphone %]" >+ - "[% branches.branchillemail %]" >+ - "[% branches.branchemail %]" >+ >+ - module: ill >+ code: ILL_REQUEST_CANCEL >+ branchcode: "" >+ name: "ILL request cancelled" >+ is_html: 0 >+ title: "Interlibrary loan request cancelled" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:" >+ - "" >+ - "[% ill_full_metadata %]" >+ >+ - module: ill >+ code: ILL_REQUEST_MODIFIED >+ branchcode: "" >+ name: "ILL request modified" >+ is_html: 0 >+ title: "Interlibrary loan request modified" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:" >+ - "" >+ - "[% ill_full_metadata %]" >+ >+ - module: ill >+ code: ILL_PARTNER_REQ >+ branchcode: "" >+ name: "ILL request to partners" >+ is_html: 0 >+ title: "Interlibrary loan request to partners" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Dear Sir/Madam," >+ - "" >+ - "We would like to request an interlibrary loan for a title matching the following description:" >+ - "" >+ - "[% ill_full_metadata %]" >+ - "" >+ - "Please let us know if you are able to supply this to us." >+ - "" >+ - "Kind Regards" >+ - "" >+ - "[% branches.branchname %]" >+ - "[% branches.branchaddress1 %]" >+ - "[% branches.branchaddress2 %]" >+ - "[% branches.branchaddress3 %]" >+ - "[% branches.branchcity %]" >+ - "[% branches.branchstate %]" >+ - "[% branches.branchzip %]" >+ - "[% branches.branchphone %]" >+ - "[% branches.branchillemail %]" >+ - "[% branches.branchemail %]" >+ > - module: members > code: ACCTDETAILS > branchcode: "" >-- >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 22818
:
89831
|
89832
|
89833
|
89834
|
89835
|
90063
|
90064
|
90065
|
90066
|
90067
|
90715
|
90716
|
90717
|
90718
|
90719
|
92898
|
92899
|
92900
|
92901
|
92902
|
100234
|
100235
|
100236
|
100237
|
100238
|
103268
|
103269
|
103270
|
103271
|
103272
|
106424
|
106425
|
106426
|
106427
|
106428
|
106675
|
106676
|
106677
|
106678
|
106679
|
106680
|
106681
|
106691
|
106693
|
106694
|
106704
|
106705
|
106706
|
106707
|
106708
|
106709
|
106710
|
106711
|
106712
|
106713
|
110196
|
110197
|
110198
|
110199
|
110201
|
110202
|
110203
|
110204
|
110205
|
110206
|
110207
|
110208
|
111837
|
111838
|
111839
|
111840
|
111841
|
111842
|
111843
|
111844
|
111845
|
111846
|
111847
|
111848
|
111874
|
111880
|
111881
|
111883
|
111884
|
111885
|
111886
|
111887
|
111888
|
111889
|
111890
|
111891
|
111892
|
111893
|
111897
|
111899
|
111900
|
111901
|
111902
|
111903
|
111904
|
111905
|
111906
|
111907
|
111908
|
111909
|
111910
|
111911
|
111912
|
111913
|
113398
|
113399
|
113400
|
113401
|
113402
|
113403
|
113404
|
113405
|
113406
|
113407
|
113408
|
113409
|
113410
|
113411
|
113412
|
113413
|
113463
|
113464
|
113465
|
113466
|
113467
|
113468
|
113469
|
113470
|
113471
|
113472
|
113473
|
113474
|
113475
|
113476
|
113477
|
113478
|
113479
|
113522
|
113549
|
113584