Bugzilla – Attachment 36426 Details for
Bug 13159
Enhancements to the SIP2 command line emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13159 [QA Followup] - Move script back to it's original path
Bug-13159-QA-Followup---Move-script-back-to-its-or.patch (text/plain), 1.22 KB, created by
Benjamin Rokseth
on 2015-03-03 16:47:21 UTC
(
hide
)
Description:
Bug 13159 [QA Followup] - Move script back to it's original path
Filename:
MIME Type:
Creator:
Benjamin Rokseth
Created:
2015-03-03 16:47:21 UTC
Size:
1.22 KB
patch
obsolete
>From 701986f374607555466685c2f46f2383ec1a3241 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 2 Mar 2015 05:32:28 -0800 >Subject: [PATCH] Bug 13159 [QA Followup] - Move script back to it's original > path > >Fixed bug in C4/SIP/ILS.pm line 202 as mentioned above. >Tested OK again and setting to Signed Off as it already working before QA. >--- > C4/SIP/ILS.pm | 2 +- > {C4/SIP => misc}/sip_cli_emulator.pl | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename {C4/SIP => misc}/sip_cli_emulator.pl (100%) > >diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm >index 82cae4c..b1a6b46 100644 >--- a/C4/SIP/ILS.pm >+++ b/C4/SIP/ILS.pm >@@ -199,7 +199,7 @@ sub checkin { > } > else { > if ( $circ->ok ) { >- $circ->patron( $patron = new ILS::Patron $item->{patron} ); >+ $circ->patron($patron = C4::SIP::ILS::Patron->new( $item->{patron} )); > delete $item->{patron}; > delete $item->{due_date}; > $patron->{items} = [ grep { $_ ne $item_id } @{ $patron->{items} } ]; >diff --git a/C4/SIP/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >similarity index 100% >rename from C4/SIP/sip_cli_emulator.pl >rename to misc/sip_cli_emulator.pl >-- >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 13159
:
32901
|
32917
|
32923
|
32924
|
32965
|
32966
|
33648
|
33910
|
33912
|
35039
|
35163
|
35457
|
35666
|
36143
|
36293
|
36294
|
36419
|
36420
|
36421
|
36422
|
36423
|
36426
|
37547