Bugzilla – Attachment 137169 Details for
Bug 23838
Add ability to view item renew history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23838: (follow-up) Add missing template filter
Bug-23838-follow-up-Add-missing-template-filter.patch (text/plain), 1.30 KB, created by
Martin Renvoize (ashimema)
on 2022-07-05 13:09:00 UTC
(
hide
)
Description:
Bug 23838: (follow-up) Add missing template filter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-07-05 13:09:00 UTC
Size:
1.30 KB
patch
obsolete
>From 01a1f04b2a2a4a9c3d1a6bac0491617a60c09abe Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 26 Apr 2022 16:56:12 +0000 >Subject: [PATCH] Bug 23838: (follow-up) Add missing template filter > >Quieting an issue highlighted by the QA tool. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 6e54dff668..cc04c59178 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -112,7 +112,7 @@ > <td> > [% issue.renewals_count | html %] > [% IF issue.renewals_count > 0 %] >- [ <a class="patron_renewals_view" data-renewals="[% issue.renewals_count | html %]" data-issueid="[% issue.issue_id %]" href="#">View</a> ] >+ [ <a class="patron_renewals_view" data-renewals="[% issue.renewals_count | html %]" data-issueid="[% issue.issue_id | html %]" href="#">View</a> ] > [% END %] > </td> > <td data-order="[% issue.issuedate | html %]"> >-- >2.20.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 23838
:
94394
|
94395
|
94635
|
94636
|
94663
|
94664
|
94676
|
94681
|
94682
|
94683
|
94684
|
94685
|
95466
|
95467
|
95468
|
95469
|
95470
|
95471
|
95472
|
96186
|
96187
|
96188
|
96189
|
96190
|
131892
|
131914
|
131915
|
133945
|
133946
|
133966
|
133967
|
133968
|
134890
|
134891
|
134892
|
137167
|
137168
|
137169
|
138007
|
138019
|
138020
|
138021
|
138022
|
138039
|
138040
|
138041
|
138042
|
138043