Bugzilla – Attachment 19115 Details for
Bug 7703
Don't block bulk hold action on search results if some items can't be placed on hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7703 - QA Followup
-Bug-7703---QA-Followup.patch (text/plain), 943 bytes, created by
Kyle M Hall (khall)
on 2013-06-18 12:45:09 UTC
(
hide
)
Description:
Bug 7703 - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-06-18 12:45:09 UTC
Size:
943 bytes
patch
obsolete
>From 8e7998b5f4a808a61d8f6c237500ce19b19e6134 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 18 Jun 2013 08:44:49 -0400 >Subject: [PATCH] Bug 7703 - QA Followup > >--- > C4/Biblio.pm | 2 ++ > C4/Items.pm | 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 7af8619..875a9a0 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -1051,6 +1051,8 @@ sub GetBiblio { > sub GetBiblioItemInfosOf { > my @biblioitemnumbers = @_; > >+ return unless ( @biblioitemnumbers ); >+ > my $query = ' > SELECT biblioitemnumber, > publicationyear, >diff --git a/C4/Items.pm b/C4/Items.pm >index 212a9d3..55d3bed 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -1097,6 +1097,8 @@ sub GetItemsCount { > sub GetItemInfosOf { > my @itemnumbers = @_; > >+ return unless ( @itemnumbers ); >+ > my $query = ' > SELECT * > FROM items >-- >1.7.2.5
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 7703
:
9613
|
14360
|
14435
|
15290
|
19114
|
19115
|
28144
|
52166
|
52167
|
52168
|
52295
|
52296
|
123575
|
123576
|
123577
|
123812
|
123813
|
123814
|
124233
|
124234
|
124235