Bugzilla – Attachment 34758 Details for
Bug 13268
biblioitems.size value not correctly displayed (more)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13268: the size should not be emptied in pl script
PASSED-QA-Bug-13268-the-size-should-not-be-emptied.patch (text/plain), 1.13 KB, created by
Katrin Fischer
on 2014-12-28 09:11:31 UTC
(
hide
)
Description:
[PASSED QA] Bug 13268: the size should not be emptied in pl script
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-12-28 09:11:31 UTC
Size:
1.13 KB
patch
obsolete
>From 84212a15c68dc10323d0ad66dcd03407093547a1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 11 Dec 2014 09:50:38 +0100 >Subject: [PATCH] [PASSED QA] Bug 13268: the size should not be emptied in pl > script > >It duplicates what the first patch does. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > cataloguing/addbooks.pl | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/cataloguing/addbooks.pl b/cataloguing/addbooks.pl >index a9cd6e8..70ce3cc 100755 >--- a/cataloguing/addbooks.pl >+++ b/cataloguing/addbooks.pl >@@ -95,9 +95,6 @@ if ($query) { > # SimpleSearch() give the results per page we want, so 0 offet here > my $total = @{$marcresults}; > my @newresults = searchResults( 'intranet', $query, $total, $results_per_page, 0, 0, $marcresults ); >- foreach my $line (@newresults) { >- if ( not exists $line->{'size'} ) { $line->{'size'} = "" } >- } > $template->param( > total => $total_hits, > query => $query, >-- >1.9.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 13268
:
33615
|
34286
|
34287
|
34740
|
34741
|
34757
| 34758