From d4b8b10d4125788c75b1995f22f055a62fc47979 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Signed-off-by: Arthur Bousquet Signed-off-by: Nadine Pierre Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize (cherry picked from commit 2455286da42b73fa3efc29ac1a51ca81a0017a8e) Signed-off-by: Fridolin Somers --- 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/\/g; - $subs->{missinglist} =~ s/\n/\/g; - $subs->{recievedlist} =~ s/\n/\/g; - ##these are display information $subs->{'abouttoexpire'}=abouttoexpire($subs->{'subscriptionid'}); $subs->{'subscriptionexpired'}=HasSubscriptionExpired($subs->{'subscriptionid'}); -- 2.39.2