From 20d3a82d59f036c4a364df786cd11092b1bfcead Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Tue, 9 Feb 2021 13:06:32 -0500 Subject: [PATCH 1/1] LP1895679: Simplify and genericize the refund policy Don't refrence the "email above" since that's not always the case and simplify the languge slightly, though most users will still likely want to customize it. Signed-off-by: Jason Boyer Signed-off-by: Garry Collum Signed-off-by: Galen Charlton --- .../opac/parts/myopac/main_refund_policy.tt2 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/myopac/main_refund_policy.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/myopac/main_refund_policy.tt2 index d0207224ac..350c9a942b 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/myopac/main_refund_policy.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/myopac/main_refund_policy.tt2 @@ -2,16 +2,14 @@
[% l('Important! You must have a printed receipt ' _ - 'to be eligible for a refund on lost items ' _ - '(regulations allow for no exceptions).') + 'to be eligible for a refund on lost items ') %]
- [% l('To ensure your necessary receipt information ' _ - 'is not lost, enter your email address above ' _ - 'and a receipt will be emailed to you. Otherwise, ' _ - 'make certain you have a printed receipt in hand ' _ - 'before closing the payment receipt screen.') + [% l('Be sure there is an email address on your account ' _ + 'if you would like a receipt to be emailed to you. ' _ + 'Otherwise, make certain you have a printed receipt ' _ + 'in hand before closing the payment receipt screen.') %] -- 2.43.2