Bugzilla – Attachment 3652 Details for
Bug 6052
BranchTransfer Limit :Adds a default value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BranchTransfer Limit :Adds a default value
0001-Bug-6052-BranchTransfer-Limit-Adds-a-default-value.patch (text/plain), 938 bytes, created by
Alex Arnaud
on 2011-04-05 09:08:09 UTC
(
hide
)
Description:
BranchTransfer Limit :Adds a default value
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2011-04-05 09:08:09 UTC
Size:
938 bytes
patch
obsolete
>From f10ee1e80c3a6f7f9f40f13cab647f60356ad691 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Tue, 5 Apr 2011 11:07:08 +0200 >Subject: [PATCH] Bug #6052 - BranchTransfer Limit :Adds a default value > >--- > admin/branch_transfer_limits.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/admin/branch_transfer_limits.pl b/admin/branch_transfer_limits.pl >index 1d85937..abba127 100755 >--- a/admin/branch_transfer_limits.pl >+++ b/admin/branch_transfer_limits.pl >@@ -65,7 +65,7 @@ for my $thisbranch (sort { $branches->{$a}->{branchname} cmp $branches->{$b}->{b > > # Set the template language for the correct limit type > my $limit_phrase = 'Collection Code'; >-my $limitType = C4::Context->preference("BranchTransferLimitsType"); >+my $limitType = C4::Context->preference("BranchTransferLimitsType") || "ccode"; > if ( $limitType eq 'itemtype' ) { > $limit_phrase = 'Item Type'; > } >-- >1.6.3.3 >
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 6052
: 3652