Bugzilla – Attachment 188265 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.65 KB, created by
Aleisha Amohia
on 2025-10-22 00:04:44 UTC
(
hide
)
Description:
Bug 40743: Fix description of inactive budget
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2025-10-22 00:04:44 UTC
Size:
1.65 KB
patch
obsolete
>From 2b659e3596371e1e5a1b4db16141ddbde34ef5b8 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)" > >Signed-off-by: Aleisha Amohia <aleisha@catalyst.net.nz> >--- > 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.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
|
186402
|
188264
|
188265
|
188309
|
188310