Bugzilla – Attachment 87001 Details for
Bug 22076
SIP checkin for withdrawn item returns ok in checkin response
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22076: Fix the same situation for lost items
Bug-22076-Fix-the-same-situation-for-lost-items.patch (text/plain), 1.09 KB, created by
Martin Renvoize (ashimema)
on 2019-03-26 07:17:50 UTC
(
hide
)
Description:
Bug 22076: Fix the same situation for lost items
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-03-26 07:17:50 UTC
Size:
1.09 KB
patch
obsolete
>From 162c640cdc3661f1f7c8cbd530437c4f8d9e1f46 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 9 Jan 2019 07:02:30 -0500 >Subject: [PATCH] Bug 22076: Fix the same situation for lost items > >Signed-off-by: Geeta Halley <ghalley@roundrocktexas.gov> >Rescued-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/SIP/ILS.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm >index 1c68c4b82d..e91588777c 100644 >--- a/C4/SIP/ILS.pm >+++ b/C4/SIP/ILS.pm >@@ -223,6 +223,9 @@ sub checkin { > } elsif( $data->{messages}->{withdrawn} && !$circ->ok ) { > $circ->screen_msg("Item withdrawn, return not allowed"); > syslog("LOG_DEBUG", "C4::SIP::ILS::Checkin - item withdrawn"); >+ } elsif( $data->{messages}->{WasLost} && !$circ->ok ) { >+ $circ->screen_msg("Item lost, return not allowed"); >+ syslog("LOG_DEBUG", "C4::SIP::ILS::Checkin - item lost"); > } elsif( !$item->{patron} ) { > if( $checked_in_ok ) { # Mark checkin ok although book not checked out > $circ->ok( 1 ); >-- >2.20.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 22076
:
83694
|
83709
|
83737
|
83738
|
83739
|
87000
|
87001
|
87002
|
87003
|
87004
|
87005