projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93a8af
)
LP1424656: OPAC grammatical error in patron hold status display
user/jkeenan/LP1424656-holds_status_display_fixed
author
Jim Keenan
<jkeenan@cwmars.org>
Mon, 23 Feb 2015 18:11:16 +0000
(13:11 -0500)
committer
Jim Keenan
<jkeenan@cwmars.org>
Mon, 23 Feb 2015 18:11:16 +0000
(13:11 -0500)
Added code to account for plural of hold - holds
Signed-off-by: Jim Keenan <jkeenan@cwmars.org>
,#
Open-ILS/src/templates/opac/parts/hold_status.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/parts/hold_status.tt2
b/Open-ILS/src/templates/opac/parts/hold_status.tt2
index
2e17e87
..
1892184
100644
(file)
--- 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('[
quant,_1,hold,holds] on [quant,_2,circulating copy,circulating
copies]',
hold.hold.queue_position, hold.hold.potential_copies) | html %]
</div>
[% END %]