Bugzilla – Attachment 38363 Details for
Bug 11084
Delete biblios on Leader 05 =d
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11084 [QA Followup] - Suppress userenv warning
PASSED-QA-Bug-11084-QA-Followup---Suppress-userenv.patch (text/plain), 859 bytes, created by
Katrin Fischer
on 2015-04-22 19:45:43 UTC
(
hide
)
Description:
[PASSED QA] Bug 11084 [QA Followup] - Suppress userenv warning
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-22 19:45:43 UTC
Size:
859 bytes
patch
obsolete
>From b456dd03e58176b1b19c3d7f99d3d130ef4e4e14 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 22 Apr 2015 08:58:08 -0400 >Subject: [PATCH] [PASSED QA] Bug 11084 [QA Followup] - Suppress userenv > warning > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > C4/Items.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/C4/Items.pm b/C4/Items.pm >index d721d53..2cb759f 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -2278,7 +2278,8 @@ sub DelItemCheck { > if ($onloan){ > $error = "book_on_loan" > } >- elsif ( !C4::Context->IsSuperLibrarian() >+ elsif ( defined C4::Context->userenv >+ and !C4::Context->IsSuperLibrarian() > and C4::Context->preference("IndependentBranches") > and ( C4::Context->userenv->{branch} ne $item->{'homebranch'} ) ) > { >-- >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 11084
:
22088
|
22089
|
22172
|
22634
|
36837
|
36838
|
36840
|
37714
|
37954
|
38336
|
38337
|
38361
|
38362
|
38363
|
38364
|
46021
|
46022
|
46023
|
46024