@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -63,6 +63,7 @@ Estimated delivery date Vendor Information + Quantity Total cost Basket Basket group @@ -107,6 +108,7 @@ [% END %] [% END %] + [% lateorder.quantity %] [% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] [% SET total = total + subtotal %] --