Bugzilla – Attachment 101047 Details for
Bug 24151
Add a pseudonymization process for patrons and transactions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24151: Fix location on return
Bug-24151-Fix-location-on-return.patch (text/plain), 846 bytes, created by
Jonathan Druart
on 2020-03-19 16:24:49 UTC
(
hide
)
Description:
Bug 24151: Fix location on return
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-19 16:24:49 UTC
Size:
846 bytes
patch
obsolete
>From 703df64061180a440ec6e002a171096d4ddacda5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 9 Mar 2020 10:17:10 +0100 >Subject: [PATCH] Bug 24151: Fix location on return > >The item's location where not passed to UpdateStat > >Signed-off-by: Signed-off-by: Sonia Bouis <sonia.bouis@univ-lyon3.fr> >--- > C4/Circulation.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 2c75ec68c4..bd9b8e16ba 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2095,6 +2095,7 @@ sub AddReturn { > type => $stat_type, > itemnumber => $itemnumber, > itemtype => $itemtype, >+ location => $item->location, > borrowernumber => $borrowernumber, > ccode => $item->ccode, > }); >-- >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 24151
:
95959
|
95960
|
95961
|
95962
|
95963
|
95964
|
95965
|
95966
|
95967
|
95968
|
95969
|
95970
|
95971
|
95972
|
95973
|
95974
|
95975
|
95976
|
97240
|
97241
|
97242
|
97243
|
97244
|
97245
|
97246
|
97247
|
97248
|
97249
|
97250
|
97251
|
97252
|
101034
|
101035
|
101036
|
101037
|
101038
|
101039
|
101040
|
101041
|
101042
|
101043
|
101044
|
101045
|
101046
|
101047
|
101048
|
101049
|
105801
|
105802
|
105803
|
105804
|
105805
|
105806
|
105807
|
105808
|
105809
|
105810
|
105811
|
105812
|
105813
|
105814
|
105815
|
105816
|
106032
|
106033
|
106034
|
106035
|
106036
|
106037
|
106038
|
106039
|
106040
|
106041
|
106042
|
106043
|
106044
|
106045
|
106046
|
106047
|
106048
|
106049
|
106195
|
106255
|
107127
|
107225