Bugzilla – Attachment 11915 Details for
Bug 8688
Add a recall button to the biblio record details page.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8688 - Followup - Fix permissions for send_recall_notice.pl
Bug-8688---Followup---Fix-permissions-for-sendreca.patch (text/plain), 1.13 KB, created by
Kyle M Hall (khall)
on 2012-08-31 13:45:13 UTC
(
hide
)
Description:
Bug 8688 - Followup - Fix permissions for send_recall_notice.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-08-31 13:45:13 UTC
Size:
1.13 KB
patch
obsolete
>From dc71941d3de7a6340a5ed5f4d467aaf4d660c1a2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 31 Aug 2012 09:12:13 -0400 >Subject: [PATCH] Bug 8688 - Followup - Fix permissions for send_recall_notice.pl >Content-Type: text/plain; charset="utf-8" > >--- > circ/send_recall_notice.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > mode change 100644 => 100755 circ/send_recall_notice.pl > >diff --git a/circ/send_recall_notice.pl b/circ/send_recall_notice.pl >old mode 100644 >new mode 100755 >index fe97a9b..bbc6e73 >--- a/circ/send_recall_notice.pl >+++ b/circ/send_recall_notice.pl >@@ -33,7 +33,7 @@ my $itemnumber = $input->param('itemnumber'); > # Check the user's permissions > my %cookies = fetch CGI::Cookie; > my $sessid = $cookies{'CGISESSID'}->value || $input->param('CGISESSID'); >-my ($auth_status, $auth_sessid) = C4::Auth::check_cookie_auth($sessid, {"circulate_remaining_permissions" => '1'}); >+my ($auth_status, $auth_sessid) = C4::Auth::check_cookie_auth($sessid, {circulate => 'circulate_remaining_permissions'}); > if ($auth_status ne "ok") { > print $input->header; > print "UNAUTHORIZED"; >-- >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 8688
:
11827
|
11828
|
11913
|
11914
|
11915
|
11916
|
17740
|
36741
|
38111
|
38118
|
38119
|
39169
|
39170
|
39171
|
39172
|
39173
|
46155
|
46158