Bugzilla – Attachment 86825 Details for
Bug 22540
Add ability to place holds using SIP CLI emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22540: (QA Follow-up) borrowernumber is not an accessor for C4::SIP::ILS::Patron, access is via hashref
Bug-22540-QA-Follow-up-borrowernumber-is-not-an-ac.patch (text/plain), 947 bytes, created by
Kyle M Hall (khall)
on 2019-03-20 17:25:18 UTC
(
hide
)
Description:
Bug 22540: (QA Follow-up) borrowernumber is not an accessor for C4::SIP::ILS::Patron, access is via hashref
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-03-20 17:25:18 UTC
Size:
947 bytes
patch
obsolete
>From cfedfac08f36000b4fb4046fadc38f3c4fc06655 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 20 Mar 2019 13:24:55 -0400 >Subject: [PATCH] Bug 22540: (QA Follow-up) borrowernumber is not an accessor > for C4::SIP::ILS::Patron, access is via hashref > >--- > C4/SIP/ILS/Transaction/Hold.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/ILS/Transaction/Hold.pm b/C4/SIP/ILS/Transaction/Hold.pm >index d834516d10..c6eadaf974 100644 >--- a/C4/SIP/ILS/Transaction/Hold.pm >+++ b/C4/SIP/ILS/Transaction/Hold.pm >@@ -54,7 +54,7 @@ sub do_hold { > $self->ok(0); > return $self; > } >- my $branch = ( $self->pickup_location || $self->{patron}->branchcode ); >+ my $branch = ( $self->pickup_location || $self->{patron}->{branchcode} ); > unless ($branch) { > $self->screen_msg('No branch specified (or found w/ patron).'); > $self->ok(0); >-- >2.17.2 (Apple Git-113)
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 22540
:
86748
|
86750
|
86751
|
86825
|
86826
|
86827
|
86828
|
91842
|
91843
|
93725
|
93726