Bugzilla – Attachment 114302 Details for
Bug 27166
SIP2 Connection is killed when an item that was not issued is checked in and generates a transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27166: Set destination_loc to item->homebranch
Bug-27166-Set-destinationloc-to-item-homebranch.patch (text/plain), 1.70 KB, created by
Martin Renvoize (ashimema)
on 2020-12-10 12:06:15 UTC
(
hide
)
Description:
Bug 27166: Set destination_loc to item->homebranch
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-12-10 12:06:15 UTC
Size:
1.70 KB
patch
obsolete
>From 6cfc46a83089616863b75d6a00865f32a3b8bc05 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 8 Dec 2020 14:18:35 +0000 >Subject: [PATCH] Bug 27166: Set destination_loc to item->homebranch > >In bug 21020 we used the issue to fetch the item and then the homebranch. >This fails when the item is not issued. We fetch the item already, so we >can use it directly > >To test: >1 - Have an item belonging to branch A >2 - Check it in via sip at branch B: > perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 --item CHESS1 -l FPL -m checkin >3 - The read command is blank and there is a warn about uninitialized data >4 - Apply patch >5 - Restart sip server >6 - Check the item in at branch A using the sip cli emulator >7 - Check it in at branch B >8 - This time the checkin should succeed and the output msg should be included > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/SIP/ILS/Transaction/Checkin.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/ILS/Transaction/Checkin.pm b/C4/SIP/ILS/Transaction/Checkin.pm >index 274fda9325..1b82a7138b 100644 >--- a/C4/SIP/ILS/Transaction/Checkin.pm >+++ b/C4/SIP/ILS/Transaction/Checkin.pm >@@ -133,7 +133,7 @@ sub do_checkin { > $self->alert_type('04'); # send to other branch > } > if ($messages->{WasTransfered}) { # set into transit so tell unit >- $self->{item}->destination_loc($issue->item->homebranch); >+ $self->{item}->destination_loc($item->homebranch); > $self->alert_type('04'); # send to other branch > } > if ($messages->{ResFound} || $checkin_blocked_by_holds ) { >-- >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 27166
:
114257
|
114258
|
114281
|
114282
|
114301
| 114302 |
114536