Bugzilla – Attachment 7704 Details for
Bug 7551
Any logged-in OPAC user can renew items for others using a properly constructed URL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7551 : Can only renew for the user you are logged in as now
Bug-7551--Can-only-renew-for-the-user-you-are-logg.patch (text/plain), 774 bytes, created by
Chris Cormack
on 2012-02-16 20:24:38 UTC
(
hide
)
Description:
Bug 7551 : Can only renew for the user you are logged in as now
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-02-16 20:24:38 UTC
Size:
774 bytes
patch
obsolete
>From 48a5f88eeaec8183b6437173c2f69ac80bc28d88 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Fri, 17 Feb 2012 09:23:53 +1300 >Subject: [PATCH] Bug 7551 : Can only renew for the user you are logged in as > now > >--- > opac/opac-renew.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl >index dd3dcf2..c699b35 100755 >--- a/opac/opac-renew.pl >+++ b/opac/opac-renew.pl >@@ -42,7 +42,7 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > } > ); > my @items = $query->param('item'); >-$borrowernumber = $query->param('borrowernumber') || $query->param('bornum'); >+ > my $opacrenew = C4::Context->preference("OpacRenewalAllowed"); > > my $errorstring=''; >-- >1.7.5.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 7551
:
7704
|
7705