Bug 23192: (RM follow-up) Add missing filters to waiting_holds.inc
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 Jul 2019 12:55:36 +0000 (13:55 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 Jul 2019 12:57:12 +0000 (13:57 +0100)
Added a missing `html` filter to the 'tab' input which was added as part
of bug 23192

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc

index 8ffa7df..b635e03 100644 (file)
@@ -49,7 +49,7 @@
                         <input type="hidden" name="itemnumber" value="[% reserveloo.item.itemnumber | html %]" />
                         <input type="hidden" name="fbr" value="[% reserveloo.item.holdingbranch | html %]" />
                         <input type="hidden" name="tbr" value="[% reserveloo.item.homebranch | html %]" />
-                        <input type="hidden" name="tab" value="[% tab %]">
+                        <input type="hidden" name="tab" value="[% tab | html %]">
                         [% IF ( reserveloo.item.homebranch != reserveloo.item.holdingbranch ) %]
                             <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-remove"></i> Cancel hold and return to: [% Branches.GetName( reserveloo.item.homebranch ) | html %]</button>
                         [% ELSE %]