Bug 20948: Add missing html filter
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
cef3745aae
commit
adcd95bca6
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@
|
|||
[% ELSIF hold.priority == 1 %]
|
||||
Item-level hold (placed [% hold.reservedate | $KohaDates %]) for delivery at [% Branches.GetName( hold.branchcode ) | html %].
|
||||
[% ELSE %]
|
||||
There is an item level hold on this item (priority = [% hold.priority %]).
|
||||
There is an item level hold on this item (priority = [% hold.priority | html %]).
|
||||
[% END %]
|
||||
[% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
|
||||
Hold for:
|
||||
|
|
Loading…
Reference in a new issue