Bugzilla – Attachment 4216 Details for
Bug 6363
The "Item Location" selectbox in inventory.pl doesn't appear when the default MARC framework is the only one avaiable.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-SIGNED-OFF-Make-the-Item-Location-selectbox-appears-.patch (text/plain), 1.06 KB, created by
Katrin Fischer
on 2011-05-21 21:08:03 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-05-21 21:08:03 UTC
Size:
1.06 KB
patch
obsolete
>From 18eedc78095bfc604ba33aea9b388977c1464c26 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= <frederick.capovilla@sys-tech.net> >Date: Wed, 18 May 2011 10:32:44 -0400 >Subject: [PATCH] [SIGNED-OFF] Make the "Item Location" selectbox appears correctly in inventory.pl >Content-Type: text/plain; charset="utf-8" > >The "Item Location" selectbox didn't appear when the only available MARC >framework was the default framework. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > tools/inventory.pl | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/tools/inventory.pl b/tools/inventory.pl >index cc7e8a7..7ca8baf 100755 >--- a/tools/inventory.pl >+++ b/tools/inventory.pl >@@ -77,6 +77,8 @@ my @authorised_value_list; > my $authorisedvalue_categories = ''; > > my $frameworks = getframeworks(); >+$frameworks->{''} = {frameworkcode => ''}; # Add the default framework >+ > for my $fwk (keys %$frameworks){ > my $fwkcode = $frameworks->{$fwk}->{'frameworkcode'}; > my $authcode = GetAuthValCode('items.location', $fwkcode); >-- >1.7.4.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 6363
:
4165
| 4216