Bugzilla – Attachment 146207 Details for
Bug 32661
Use template wrapper for invoices page tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32661: (follow-up) Use more unique variable name to avoid collisions
Bug-32661-follow-up-Use-more-unique-variable-name-.patch (text/plain), 1.78 KB, created by
Katrin Fischer
on 2023-02-05 12:49:07 UTC
(
hide
)
Description:
Bug 32661: (follow-up) Use more unique variable name to avoid collisions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 12:49:07 UTC
Size:
1.78 KB
patch
obsolete
>From 145048f383620110b91cb7ad896c7a26631dc035 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 20 Jan 2023 16:30:02 +0000 >Subject: [PATCH] Bug 32661: (follow-up) Use more unique variable name to avoid > collisions > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 8df2db4ed1..9dcdbadd0c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -137,11 +137,11 @@ > > [% WRAPPER tabs id= "invoicestabs" %] > [% WRAPPER tabs_nav %] >- [% WRAPPER tab_item tabname= "opened" active= 1 %] Open invoices ([% openedinvoices.size || 0 | html %]) [% END %] >+ [% WRAPPER tab_item tabname= "opened" bt_active= 1 %] Open invoices ([% openedinvoices.size || 0 | html %]) [% END %] > [% WRAPPER tab_item tabname= "closed" %] Closed invoices ([% closedinvoices.size || 0 | html %]) [% END %] > [% END %] > [% WRAPPER tab_panels %] >- [% WRAPPER tab_panel tabname="opened" active= 1 %] >+ [% WRAPPER tab_panel tabname="opened" bt_active= 1 %] > [% IF openedinvoices %] > [% INCLUDE invoices_table invoices = openedinvoices %] > [% ELSE %] >-- >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 32661
:
145372
|
145539
|
145792
|
145793
|
146206
| 146207