Bugzilla – Attachment 129231 Details for
Bug 6734
Show location in full and brief subscription history in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6734: (QA follow-up) Fix punctuation and TT filters
Bug-6734-QA-follow-up-Fix-punctuation-and-TT-filte.patch (text/plain), 1.42 KB, created by
Katrin Fischer
on 2022-01-09 10:52:20 UTC
(
hide
)
Description:
Bug 6734: (QA follow-up) Fix punctuation and TT filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-01-09 10:52:20 UTC
Size:
1.42 KB
patch
obsolete
>From 269abe19ea01ccb08a8315facbe021b11ca89074 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 9 Jan 2022 10:49:44 +0000 >Subject: [PATCH] Bug 6734: (QA follow-up) Fix punctuation and TT filters > >* Changes Location : to Location: >* Removes html_line_break filter, as location is not multi-line > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >index 3e1c02c968..9e6a36166c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >@@ -133,7 +133,7 @@ > > <h3>[% subscription_LOO.branchname | html %]</h3> > [% IF ( subscription_LOO.location ) %] >- <p>Location : <em>[% AuthorisedValues.GetByCode( 'LOC', subscription_LOO.location, 1 ) | html | html_line_break %]</em></p> >+ <p>Location: <em>[% AuthorisedValues.GetByCode( 'LOC', subscription_LOO.location, 1 ) | html %]</em></p> > [% END %] > > [% IF ( subscription_LOO.notes ) %] >-- >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 6734
:
128637
|
128679
|
129118
|
129230
|
129231
|
129740