From 4149c5ef8c5c866dbc509d9b662171b2f244fb0f Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Wed, 3 Sep 2025 15:44:16 +0000 Subject: [PATCH] Bug 40743: Active funds not visible in Fund dropdown on order receive page Signed-off-by: David Nind --- acqui/orderreceive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 06564c730a..31de7fa24b 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -193,7 +193,7 @@ foreach my $budget ( @{$budgets} ) { b_txt => $budget->{budget_name}, b_sort1_authcat => $budget->{'sort1_authcat'}, b_sort2_authcat => $budget->{'sort2_authcat'}, - b_active => $budget->{budget_period_active}, + b_active => 1, b_level => $budget->{budget_level}, }; } -- 2.39.5