Bugzilla – Attachment 186190 Details for
Bug 40743
Unable to select the correct fund when paying invoices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40743: Active funds not visible in Fund dropdown on order receive page
Bug-40743-Active-funds-not-visible-in-Fund-dropdow.patch (text/plain), 931 bytes, created by
David Nind
on 2025-09-05 08:21:03 UTC
(
hide
)
Description:
Bug 40743: Active funds not visible in Fund dropdown on order receive page
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-09-05 08:21:03 UTC
Size:
931 bytes
patch
obsolete
>From 4149c5ef8c5c866dbc509d9b662171b2f244fb0f Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >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 <david@davidnind.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40743
:
186059
|
186083
|
186084
| 186190 |
186191