Bugzilla – Attachment 42036 Details for
Bug 13411
Koha's SIP server returns not ok for checking in items that are not checked out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13411 [QA Followup] - Add logging
Bug-13411-QA-Followup---Add-logging.patch (text/plain), 997 bytes, created by
Kyle M Hall (khall)
on 2015-08-27 14:58:13 UTC
(
hide
)
Description:
Bug 13411 [QA Followup] - Add logging
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-08-27 14:58:13 UTC
Size:
997 bytes
patch
obsolete
>From b10ff32e6be61fc9c228ec23d166b2d9ec035b39 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 2 Mar 2015 06:06:58 -0800 >Subject: [PATCH] Bug 13411 [QA Followup] - Add logging > >--- > C4/SIP/ILS.pm | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm >index 2ea451e..d37c47e 100644 >--- a/C4/SIP/ILS.pm >+++ b/C4/SIP/ILS.pm >@@ -195,9 +195,11 @@ sub checkin { > # It's ok to check it in if it exists, and if it was checked out > # or it was not checked out but the checked_in_ok flag was set > $circ->ok( ( $checked_in_ok && $item ) || ( $item && $item->{patron} ) ); >+ syslog("LOG_DEBUG", "C4::SIP::ILS::checkin - using checked_in_ok") if $checked_in_ok; > > if ( !defined( $item->{patron} ) ) { > $circ->screen_msg("Item not checked out") unless $checked_in_ok; >+ syslog("LOG_DEBUG", "C4::SIP::ILS::checkin - item not checked out"); > } > else { > if ( $circ->ok ) { >-- >1.7.2.5
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 13411
:
34187
|
35665
|
35667
|
35669
|
36271
|
36310
|
36428
|
40952
|
40953
|
42035
|
42036
|
42081
|
42082
|
43590
|
43591
|
45027
|
45028