Bugzilla – Attachment 34741 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]
Bug 13268: the size should not be emptied in pl script
Bug-13268-the-size-should-not-be-emptied-in-pl-scr.patch (text/plain), 1.06 KB, created by
Chris Cormack
on 2014-12-28 04:47:51 UTC
(
hide
)
Description:
Bug 13268: the size should not be emptied in pl script
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-12-28 04:47:51 UTC
Size:
1.06 KB
patch
obsolete
>From a6ca29243a0cd22fc96a76bc8cb522f4e8972b8e 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] 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> >--- > 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, >-- >2.1.0
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