Bugzilla – Attachment 186402 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: Fix description of inactive budget
Bug-40743-Fix-description-of-inactive-budget.patch (text/plain), 1.59 KB, created by
Jonathan Druart
on 2025-09-15 13:28:13 UTC
(
hide
)
Description:
Bug 40743: Fix description of inactive budget
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-15 13:28:13 UTC
Size:
1.59 KB
patch
obsolete
>From 2f204633c868a2a98f833a735019fcec3dfec98e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 15 Sep 2025 15:27:27 +0200 >Subject: [PATCH] Bug 40743: Fix description of inactive budget > >Without this patch it's always "{budget_description} (Inactive)" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index caf9ba9547b..8cb5d28e09f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -290,7 +290,7 @@ > [% SET optgroup_label = budget_period.description %] > [% IF !budget_period.active %] > [% SET optgroup_class = "inactive_budget" %] >- [% SET optgroup_label = t("{budget_description} (Inactive)", {budget_description = budget_period.description}) %] >+ [% SET optgroup_label = tx("{budget_description} (Inactive)", {budget_description = budget_period.description}) %] > [% END %] > > <optgroup class="[% optgroup_class | html %]" label="[% optgroup_label | html %]"> >-- >2.34.1
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
|
186402
|
188264
|
188265
|
188309
|
188310