Bugzilla – Attachment 142983 Details for
Bug 21381
Add serial enumeration to circulation history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21381: (QA follow-up) Add missing filter
Bug-21381-QA-follow-up-Add-missing-filter.patch (text/plain), 1.27 KB, created by
Martin Renvoize (ashimema)
on 2022-11-02 14:13:05 UTC
(
hide
)
Description:
Bug 21381: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-02 14:13:05 UTC
Size:
1.27 KB
patch
obsolete
>From 228ddeee6b3ece82bcc92172904407b8a7e654c7 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 2 Nov 2022 14:11:25 +0000 >Subject: [PATCH] Bug 21381: (QA follow-up) Add missing filter > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 58d5a072cb..ea005d458c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -170,7 +170,7 @@ > </td> > <td> > [% IF issue.enumchron %] >- [% issue.enumchron %] >+ [% issue.enumchron | html %] > [% END %] > </td> > [% IF issue.returndate %] >-- >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 21381
:
142033
|
142035
|
142087
|
142573
|
142582
|
142583
|
142584
|
142980
|
142981
|
142982
| 142983