From 80b1bda6cb6c05d62f8fbf857c41e4bdfc2907cb Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sat, 2 May 2020 16:00:27 +0200 Subject: [PATCH] Bug 24162: Add missing filter Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt index 849e221b24..0851b2dc37 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -108,7 +108,7 @@ [% END %] [% END %] - [% lateorder.quantity %] + [% lateorder.quantity | html %] [% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] [% SET total = total + subtotal %] -- 2.11.0