[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 81c6b3587cf0be50e8c482bd8bbf6994db37ba35
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 9 13:00:02 EDT 2016
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_2_10 has been updated
via 81c6b3587cf0be50e8c482bd8bbf6994db37ba35 (commit)
from 8c6d44500a8e668869cb5402991afc6d2bcc9611 (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 81c6b3587cf0be50e8c482bd8bbf6994db37ba35
Author: Kathy Lussier <klussier at masslnc.org>
Date: Thu May 19 13:27:11 2016 -0400
LP#1424656: Fix grammatical error in My Account holds screen
Changes the holds queue position string from 'x hold on y copies' to 'Hold #x on
y copies', which is gramatically correct.
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2
index 2e17e87..d6e838f 100644
--- a/Open-ILS/src/templates/opac/parts/hold_status.tt2
+++ b/Open-ILS/src/templates/opac/parts/hold_status.tt2
@@ -23,7 +23,7 @@
%]
</div>
<div>
- [% l('[_1] hold on [quant,_2, copy, copies]',
+ [% l('Hold #[_1] on [quant,_2, copy, copies]',
hold.hold.queue_position, hold.hold.potential_copies) | html %]
</div>
[% END %]
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/hold_status.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list