Bugzilla – Attachment 52295 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]
[SIGNED-OFF] Bug 7703 - QA Followup
Bug-7703---QA-Followup.patch (text/plain), 1.01 KB, created by
Srdjan Jankovic
on 2016-06-13 03:22:02 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7703 - QA Followup
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2016-06-13 03:22:02 UTC
Size:
1.01 KB
patch
obsolete
>From d39c10d14b28027edca5aa83ad3af364ce80cbef 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 > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> >--- > C4/Biblio.pm | 2 ++ > C4/Items.pm | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index ae1f2f3..3b18064 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -1072,6 +1072,8 @@ sub GetBiblio { > sub GetBiblioItemInfosOf { > my @biblioitemnumbers = @_; > >+ return unless @biblioitemnumbers; >+ > my $biblioitemnumber_values = @biblioitemnumbers ? join( ',', @biblioitemnumbers ) : "''"; > > my $query = " >diff --git a/C4/Items.pm b/C4/Items.pm >index 651e590..cdf17e4 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -1195,6 +1195,8 @@ sub GetItemsCount { > sub GetItemInfosOf { > my @itemnumbers = @_; > >+ return unless @itemnumbers; >+ > my $itemnumber_values = @itemnumbers ? join( ',', @itemnumbers ) : "''"; > > my $query = " >-- >2.7.4
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