From 462a4850950deb6074c7262ca0e2e332348419ad 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 --- 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.20.1