Bugzilla – Attachment 91489 Details for
Bug 23129
Items holdingbranch should be set to the originating library when generating a transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 23129: Set holdingbranch to library that initiates transfer
SIGNED-OFF-Bug-23129-Set-holdingbranch-to-library-.patch (text/plain), 1.15 KB, created by
Claire Gravely
on 2019-07-12 13:41:32 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 23129: Set holdingbranch to library that initiates transfer
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2019-07-12 13:41:32 UTC
Size:
1.15 KB
patch
obsolete
>From f2fb58910931fbca3c97830dbd3425aa817c6cb5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Jun 2019 18:18:03 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 23129: Set holdingbranch to library that > initiates transfer > >To test: >1 - Find an item >2 - Check it in at anothe rbranch and initiate a transfer >3 - View the item details or check db - note that holdingbranch is set as the destination library >4 - Complete or cancel the transfer >5 - Apply patch >6 - Initiate a new transfer >7 - Note the holdingbranch is set to the initiating library > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > C4/Items.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Items.pm b/C4/Items.pm >index ab00a4c..ca90d85 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -564,7 +564,7 @@ sub ModItemTransfer { > VALUES (?, ?, NOW(), ?)"); > $sth->execute($itemnumber, $frombranch, $tobranch); > >- ModItem({ holdingbranch => $tobranch }, undef, $itemnumber, { log_action => 0 }); >+ ModItem({ holdingbranch => $frombranch }, undef, $itemnumber, { log_action => 0 }); > ModDateLastSeen($itemnumber); > return; > } >-- >2.1.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 23129
:
90619
|
90620
|
91488
|
91489
|
93043
|
93045
|
93227
|
93228
|
94219