From f03f4d2d631825effc814e038b6e282bab8e5781 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 11 Sep 2023 20:38:12 +0000 Subject: [PATCH] Bug 34708: [WIP] --- acqui/neworderempty.pl | 2 +- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 2557a4c51b4..c57f433aac4 100755 --- a/acqui/neworderempty.pl +++ b/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) { diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 4523300a8da..f6680e2b020 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/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) %] -