Bugzilla – Attachment 90932 Details for
Bug 23126
Multiline entries in subscription history display with <br/> in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23126: Remove more unnecessary linebreak processing from serial collection
Bug-23126-Remove-more-unnecessary-linebreak-proces.patch (text/plain), 1.33 KB, created by
Nadine Pierre
on 2019-06-21 19:07:48 UTC
(
hide
)
Description:
Bug 23126: Remove more unnecessary linebreak processing from serial collection
Filename:
MIME Type:
Creator:
Nadine Pierre
Created:
2019-06-21 19:07:48 UTC
Size:
1.33 KB
patch
obsolete
>From 94a63c4284522f317186dfb29d028d9bc3c95585 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 21 Jun 2019 01:25:02 +0000 >Subject: [PATCH] Bug 23126: Remove more unnecessary linebreak processing from > serial collection > >This should have no visible effect on the templates as the >information the grep changes is not used in the template. > >It's also strange, that these lines existed, as >GetSubscriptionsFromBiblionumber contained the same changes. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Arthur Bousquet <arthur.bousquet@inlibro.com> >Signed-off-by: Nadine Pierre <nadine.pierre@inLibro.com> >--- > serials/serials-collection.pl | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/serials/serials-collection.pl b/serials/serials-collection.pl >index 21e6463bbf..d9ab11a61e 100755 >--- a/serials/serials-collection.pl >+++ b/serials/serials-collection.pl >@@ -120,10 +120,6 @@ if (@subscriptionid){ > next unless $subs; > $closed = 1 if $subs->{closed}; > >- $subs->{opacnote} =~ s/\n/\<br\/\>/g; >- $subs->{missinglist} =~ s/\n/\<br\/\>/g; >- $subs->{recievedlist} =~ s/\n/\<br\/\>/g; >- > ##these are display information > $subs->{'abouttoexpire'}=abouttoexpire($subs->{'subscriptionid'}); > $subs->{'subscriptionexpired'}=HasSubscriptionExpired($subs->{'subscriptionid'}); >-- >2.17.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 23126
:
90714
|
90869
|
90886
|
90887
|
90929
|
90931
|
90932
|
90967
|
90968
|
90969