@@ -, +, @@ --- acqui/orderreceive.pl | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- a/acqui/orderreceive.pl +++ a/acqui/orderreceive.pl @@ -152,7 +152,6 @@ if ( $order->subscriptionid ) { } $template->param( - count => 1, order => $order, freight => $freight, name => $bookseller->name, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -25,7 +25,7 @@

Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])

-[% IF ( count ) %] +[% IF ( order ) %]
--