Bugzilla – Attachment 48545 Details for
Bug 15956
Rearranging some SIP unit tests (testable without SIP server)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15956: Remove warn from handle_patron_status
Bug-15956-Remove-warn-from-handlepatronstatus.patch (text/plain), 1.29 KB, created by
Marcel de Rooy
on 2016-03-02 13:47:11 UTC
(
hide
)
Description:
Bug 15956: Remove warn from handle_patron_status
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-03-02 13:47:11 UTC
Size:
1.29 KB
patch
obsolete
>From 02c49c9d9521b83573c3e0698b03dfdd9efadfe5 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 2 Mar 2016 14:20:59 +0100 >Subject: [PATCH] Bug 15956: Remove warn from handle_patron_status >Content-Type: text/plain; charset=utf-8 > >Removes a warn and some commented warns. > >Test plan: >Nothing to do here. Will be covered later by additional unit test. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/SIP/Sip/MsgType.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >index dd799a8..bad1c0a 100644 >--- a/C4/SIP/Sip/MsgType.pm >+++ b/C4/SIP/Sip/MsgType.pm >@@ -477,16 +477,12 @@ sub build_patron_status { > > sub handle_patron_status { > my ($self, $server) = @_; >- warn "handle_patron_status server: " . Dumper(\$server); > my $ils = $server->{ils}; > my $patron; > my $resp = (PATRON_STATUS_RESP); > my $account = $server->{account}; > my ($lang, $date) = @{$self->{fixed_fields}}; > my $fields = $self->{fields}; >- #warn Dumper($fields); >- #warn FID_INST_ID; >- #warn $fields->{(FID_INST_ID)}; > $ils->check_inst_id($fields->{(FID_INST_ID)}, "handle_patron_status"); > $patron = $ils->find_patron($fields->{(FID_PATRON_ID)}); > $resp = build_patron_status($patron, $lang, $fields, $server ); >-- >1.7.10.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 15956
:
48544
|
48545
|
48546
|
48547
|
48656
|
48663
|
48664
|
48665
|
48666
|
50239
|
50240
|
50241
|
50242
|
50765
|
50766
|
50767
|
50768