Bugzilla – Attachment 142022 Details for
Bug 31459
Make order receive page faster on systems with many budgets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31459: (QA follow-up) Add missing TT filters
Bug-31459-QA-follow-up-Add-missing-TT-filters.patch (text/plain), 1.49 KB, created by
Katrin Fischer
on 2022-10-17 19:32:29 UTC
(
hide
)
Description:
Bug 31459: (QA follow-up) Add missing TT filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-17 19:32:29 UTC
Size:
1.49 KB
patch
obsolete
>From 370713e14e451f37551b086e988471de3fc8a30c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 17 Oct 2022 19:24:32 +0000 >Subject: [PATCH] Bug 31459: (QA follow-up) Add missing TT filters > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=31559 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 fe8c2a4a98..4e0450f720 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -305,9 +305,9 @@ > [% FOREACH budget_period_id IN budget_loops.keys %] > [% SET budget_period = budget_loops.$budget_period_id %] > [% IF budget_period.active %] >- <optgroup label="[% budget_period.description %]"> >+ <optgroup label="[% budget_period.description | html %]"> > [% ELSE %] >- <optgroup class="inactive_budget" label="[% budget_period.description %] (Inactive)"> >+ <optgroup class="inactive_budget" label="[% budget_period.description | html %] (Inactive)"> > [% END %] > [% FOREACH budget_loo IN budget_period.funds %] > [% level_indent_cnt = 0 %] >-- >2.30.2
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 31459
:
139767
|
140065
|
140168
|
141733
|
141734
|
141960
|
142019
|
142020
|
142021
| 142022