@@ -, +, @@ --- acqui/neworderempty.pl | 2 +- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/acqui/neworderempty.pl +++ a/acqui/neworderempty.pl @@ -349,7 +349,7 @@ foreach my $r (@{$budgets}) { $template->param( sort1 => $data->{'sort1'} ); $template->param( sort2 => $data->{'sort2'} ); -if ($basketobj->effective_create_items eq 'ordering' && !$ordernumber) { +if ($basketobj->effective_create_items eq 'ordering') { # Check if ACQ framework exists my $marc = GetMarcStructure(1, 'ACQ', { unsafe => 1 } ); unless($marc) { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -490,7 +490,7 @@ [% UNLESS subscriptionid || basket.is_standing %][% # it is a suggestion, we have not items %] [% IF (AcqCreateItemOrdering) %] -