From 6821d1638908b7c4660540a64f2cde145df92d70 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 29 Jul 2019 20:11:10 +0000 Subject: [PATCH] Bug 23376: Remove unneeded 'count' parameter --- acqui/orderreceive.pl | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 0d732923f3..b05361cd07 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -149,7 +149,6 @@ if ( $order->subscriptionid ) { } $template->param( - count => 1, order => $order, name => $bookseller->name, cur_active_sym => $active_currency->symbol, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index 0627fb291d..eea562b3cb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/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 ) %]
-- 2.11.0