Bugzilla – Attachment 18308 Details for
Bug 10080
Change system pref IndependantBranches to IndependentBranches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10080 - Change system pref IndependantBranches to IndependentBranches - Followup
Bug-10080---Change-system-pref-IndependantBranches.patch (text/plain), 1.08 KB, created by
Jonathan Druart
on 2013-05-22 12:00:54 UTC
(
hide
)
Description:
Bug 10080 - Change system pref IndependantBranches to IndependentBranches - Followup
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-22 12:00:54 UTC
Size:
1.08 KB
patch
obsolete
>From 2eea15daca40b67b5d761d6838415088bfe0c810 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 21 May 2013 13:12:55 -0400 >Subject: [PATCH] Bug 10080 - Change system pref IndependantBranches to > IndependentBranches - Followup > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > reserve/request.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reserve/request.pl b/reserve/request.pl >index 54f2755..a0cc055 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -571,7 +571,7 @@ foreach my $biblionumber (@biblionumbers) { > $reserve{'suspend'} = $res->{'suspend'}; > $reserve{'suspend_until'} = $res->{'suspend_until'}; > >- if ( C4::Context->preference('IndependantBranches') && $flags->{'superlibrarian'} != 1 ) { >+ if ( C4::Context->preference('IndependentBranches') && $flags->{'superlibrarian'} != 1 ) { > $reserve{'branchloop'} = [ GetBranchDetail($res->{'branchcode'}) ]; > } else { > $reserve{'branchloop'} = GetBranchesLoop($res->{'branchcode'}); >-- >1.7.10.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 10080
:
17556
|
17588
|
18044
|
18155
|
18273
|
18307
| 18308