Bugzilla – Attachment 37936 Details for
Bug 13803
SelfCheck not setting flag when item requires transit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13803 Flag to self check book has gone into transit
Bug-13803-Flag-to-self-check-book-has-gone-into-tr.patch (text/plain), 1.65 KB, created by
Brendan Gallagher
on 2015-04-15 23:25:29 UTC
(
hide
)
Description:
Bug 13803 Flag to self check book has gone into transit
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2015-04-15 23:25:29 UTC
Size:
1.65 KB
patch
obsolete
>From 70e9023e7755b368c5d02bdf855e815ca49b94eb Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 28 Jun 2011 15:24:04 +0100 >Subject: [PATCH] Bug 13803 Flag to self check book has gone into transit > >Ensure that the transit flag (in field CV) is set >if return message is 'wasTransfered' > >CV is being set for other return conditions but not for >wasTransfered [sic] The presence of this flag is required to >route returns to the correct bin if the SC unit is so >enabled > >Signed-off-by: Frederic Demians <f.demians@tamil.fr> > I agree with the solution to an issue I've already encountered and > patched localy that way. It would be nice to have a better doc of > C4::Circulation::AddReturn in order to see immediately that > WasTransfered is a valid feedback for a check-in. > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > C4/SIP/ILS/Transaction/Checkin.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/C4/SIP/ILS/Transaction/Checkin.pm b/C4/SIP/ILS/Transaction/Checkin.pm >index c7b959e..bc1c433 100644 >--- a/C4/SIP/ILS/Transaction/Checkin.pm >+++ b/C4/SIP/ILS/Transaction/Checkin.pm >@@ -91,6 +91,10 @@ sub do_checkin { > $self->destination_loc($iteminformation->{homebranch}); > $self->alert_type('04'); # send to other branch > } >+ if ($messages->{WasTransfered}) { # set into transit so tell unit >+ $self->destination_loc($iteminformation->{homebranch}); >+ $self->alert_type('04'); # send to other branch >+ } > if ($messages->{ResFound}) { > $self->hold($messages->{ResFound}); > if ($branch eq $messages->{ResFound}->{branchcode}) { >-- >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 13803
:
36665
|
37756
| 37936