Bugzilla – Attachment 45028 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]
[SIGNED-OFF] Bug 13411 [QA Followup] - Add logging
SIGNED-OFF-Bug-13411-QA-Followup---Add-logging.patch (text/plain), 1.03 KB, created by
Brendan Gallagher
on 2015-11-19 20:15:08 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13411 [QA Followup] - Add logging
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2015-11-19 20:15:08 UTC
Size:
1.03 KB
patch
obsolete
>From 6e89533a5dc01ede38728ba17f62632448cc3341 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] [SIGNED-OFF] Bug 13411 [QA Followup] - Add logging > >Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com> >--- > C4/SIP/ILS.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm >index 2ea451e..7d702b7 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.9.1
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