[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 9d8cd55e5b080134648a2b62284432ad21178a0d
Evergreen Git
git at git.evergreen-ils.org
Tue Sep 10 12:59:33 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_3 has been updated
via 9d8cd55e5b080134648a2b62284432ad21178a0d (commit)
from 47c8186674966490f7b875ebecdd3cd3c2974706 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9d8cd55e5b080134648a2b62284432ad21178a0d
Author: blake <blake at mobiusconsortium.org>
Date: Fri Dec 1 16:32:22 2017 -0600
LP1735847: Remove patron info from default Hold Transit Slip
Removes most patron information from the Hold Transit Slip
in both the web and XUL client default definitions.
Signed-off-by: blake <blake at mobiusconsortium.org>
Signed-off-by: Dan Pearl <dpearl at cwmars.org>
Signed-off-by: Jason Boyer <jboyer at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
index 8aecd85802..8345af0fce 100644
--- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
+++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
@@ -43,14 +43,7 @@ Template for printing hold transit slips. Fields include:
<br/>
- <div>[% l('Hold for patron [_1], [_2] [_3]',
- '{{patron.family_name}}',
- '{{patron.first_given_name}}',
- '{{patron.second_given_name}}') %]</div>
- <div>[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]</div>
- <div ng-if="hold.phone_notify">[% l('Notify by phone: [_1]', '{{hold.phone_notify}}') %]</div>
- <div ng-if="hold.sms_notify">[% l('Notify by text: [_1]', '{{hold.sms_notify}}') %]</div>
- <div ng-if="hold.email_notify == 't'">[% l('Notify by email: [_1]', '{{patron.email}}') %]</div>
+ <div>[% l('Hold for patron [_1]', '{{patron.card.barcode}}') %]</div>
<br/>
diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
index 029531818a..fe1d7a1e27 100644
--- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
+++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
@@ -466,7 +466,7 @@ OpenILS.data.prototype = {
},
'hold_transit_slip' : {
'type' : 'transits',
- 'header' : 'This item needs to be routed to <b>%route_to%</b>:<br/>\r\n%route_to_org_fullname%<br/>\r\n%street1%<br/>\r\n%street2%<br/>\r\n%city_state_zip%<br/>\r\n<br/>\r\nBarcode: %item_barcode%<br/>\r\nTitle: %item_title%<br/>\r\nAuthor: %item_author%<br>\r\n<br/>\r\n%hold_for_msg%<br/>\r\nBarcode: %PATRON_BARCODE%<br/>\r\nNotify by phone: %notify_by_phone%<br/>\r\nNotified by text: %notify_by_text%<br/>\r\nNotified by email: %notify_by_email%<br/>\r\n',
+ 'header' : 'This item needs to be routed to <b>%route_to%</b>:<br/>\r\n%route_to_org_fullname%<br/>\r\n%street1%<br/>\r\n%street2%<br/>\r\n%city_state_zip%<br/>\r\n<br/>\r\nBarcode: %item_barcode%<br/>\r\nTitle: %item_title%<br/>\r\nAuthor: %item_author%<br>\r\n<br/>\r\nBarcode: %PATRON_BARCODE%<br/>\r\n',
'line_item' : '%formatted_note%<br/>\r\n',
'footer' : '<br/>\r\nRequest date: %request_date%<br/>\r\nSlip Date: %TODAY_TRIM%<br/>\r\nPrinted by %STAFF_FIRSTNAME% at %SHORTNAME%<br/>\r\n<br/>\r\n'
},
-----------------------------------------------------------------------
Summary of changes:
.../staff/share/print_templates/t_hold_transit_slip.tt2 | 9 +--------
Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js | 2 +-
2 files changed, 2 insertions(+), 9 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list