Bugzilla – Attachment 106544 Details for
Bug 22773
Bulk close invoices and filter invoice view (open/closed)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22773: (QA follow-up) Fix missing filters
Bug-22773-QA-follow-up-Fix-missing-filters.patch (text/plain), 1.41 KB, created by
Katrin Fischer
on 2020-07-05 10:47:00 UTC
(
hide
)
Description:
Bug 22773: (QA follow-up) Fix missing filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-07-05 10:47:00 UTC
Size:
1.41 KB
patch
obsolete
>From 64aa5025f5f2bc0ab79f2dc5b4742e869554e72c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 1 Jul 2020 04:25:10 +0000 >Subject: [PATCH] Bug 22773: (QA follow-up) Fix missing filters > >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 3b186b8ec8..ab03ad6a41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -29,11 +29,11 @@ > [% ELSE %] > [% SET tab = 'opened' %] > [% END %] >- <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab %]resultst"/> >+ <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/> > <label for="show_only_subscription"> > Show only subscriptions > </label> >- <table id="[% tab %]resultst" class="result"> >+ <table id="[% tab | html %]resultst" class="result"> > <thead> > <tr> > <th> </th> >-- >2.11.0
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 22773
:
93357
|
93375
|
93448
|
93660
|
94411
|
95290
|
96906
|
96907
|
96908
|
96909
|
96910
|
98729
|
98730
|
98731
|
98732
|
98733
|
106538
|
106539
|
106540
|
106541
|
106542
|
106543
|
106544
|
115420
|
115421
|
115422
|
115423
|
115424
|
115425
|
115426
|
116010
|
119282
|
119283
|
119284
|
119285
|
119286
|
119287
|
119288
|
119289
|
119290