Bugzilla – Attachment 61909 Details for
Bug 18349
Possibility to checkout/renew bypassing the circ rules using SCO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18349: $borrower is a hashref
Bug-18349-borrower-is-a-hashref.patch (text/plain), 939 bytes, created by
Nick Clemens (kidclamp)
on 2017-04-05 16:43:22 UTC
(
hide
)
Description:
Bug 18349: $borrower is a hashref
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-05 16:43:22 UTC
Size:
939 bytes
patch
obsolete
>From da63198ed29cb364bc237d407797fad8fa6b2715 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Mar 2017 21:51:28 -0300 >Subject: [PATCH] Bug 18349: $borrower is a hashref > >I guess this code was never called before... > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/sco/sco-main.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/sco/sco-main.pl b/opac/sco/sco-main.pl >index 0486dd4..d209150 100755 >--- a/opac/sco/sco-main.pl >+++ b/opac/sco/sco-main.pl >@@ -174,7 +174,7 @@ elsif ( $op eq "checkout" ) { > } elsif ( $needconfirm->{RENEW_ISSUE} ) { > if ($confirmed) { > #warn "renewing"; >- AddRenewal( $borrower, $item->{itemnumber} ); >+ AddRenewal( $borrower->{borrowernumber}, $item->{itemnumber} ); > } else { > #warn "renew confirmation"; > $template->param( >-- >2.1.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 18349
:
61719
|
61720
|
61755
|
61756
|
61757
|
61908
| 61909 |
61910
|
61911
|
61959