@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- 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 %] @@ -174,7 +176,7 @@ Total [% total | $Price %] -   +   --