@@ -, +, @@ --- acqui/basketheader.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) --- a/acqui/basketheader.pl +++ a/acqui/basketheader.pl @@ -131,6 +131,7 @@ if ( $op eq 'add_form' ) { basketno => $basketno, booksellers => \@booksellers, is_standing => $basket->{is_standing}, + create_items => $basket->{create_items}, ); my $billingplace = $basket->{'billingplace'} || C4::Context->userenv->{"branch"}; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt @@ -110,7 +110,9 @@ [% END %]
Standing orders do not close when received.
- [% UNLESS basketno %] + [% IF basketno %] + + [% ELSE %]