Bugzilla – Attachment 35461 Details for
Bug 11625
Default to logged in library for circ rules and notices & slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11625 [QA Followup] - Default to logged in library for circ rules and notices & slips
Bug-11625-QA-Followup---Default-to-logged-in-libra.patch (text/plain), 955 bytes, created by
Kyle M Hall (khall)
on 2015-01-22 13:02:33 UTC
(
hide
)
Description:
Bug 11625 [QA Followup] - Default to logged in library for circ rules and notices & slips
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-22 13:02:33 UTC
Size:
955 bytes
patch
obsolete
>From 2bf32689c37e0520ffb4a7eda758786decffd94a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 31 Jan 2014 08:46:58 -0500 >Subject: [PATCH] Bug 11625 [QA Followup] - Default to logged in library for circ rules and notices & slips > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Fixes the case that someone logs in as database user and >changes circulation rules without explicitly selecting a >library first. >--- > admin/smart-rules.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/admin/smart-rules.pl b/admin/smart-rules.pl >index 23f407b..02f4b66 100755 >--- a/admin/smart-rules.pl >+++ b/admin/smart-rules.pl >@@ -44,6 +44,7 @@ my ($template, $loggedinuser, $cookie) > > my $type=$input->param('type'); > my $branch = $input->param('branch') || C4::Branch::mybranch(); >+$branch = '*' if $branch eq 'NO_LIBRARY_SET'; > my $op = $input->param('op') || q{}; > > if ($op eq 'delete') { >-- >1.7.2.5
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 11625
:
24845
|
24861
|
24941
|
24984
|
24985
|
25839
|
25840
|
35460
|
35461
|
35462
|
35463
|
37055
|
37056
|
37057
|
37058
|
38093
|
38094
|
38095
|
38096
|
38276
|
38277
|
38278
|
38422
|
38424
|
41795
|
41796
|
41797
|
43496
|
43497
|
43498