Bugzilla – Attachment 101818 Details for
Bug 21301
Restriction of the informations given by GetRecords ILS-DI service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21301: (follow-up) Remove borrowernumber in issues for GetRecords ILS-DI service
Bug-21301-follow-up-Remove-borrowernumber-in-issue.patch (text/plain), 820 bytes, created by
Fridolin Somers
on 2020-03-26 12:02:48 UTC
(
hide
)
Description:
Bug 21301: (follow-up) Remove borrowernumber in issues for GetRecords ILS-DI service
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2020-03-26 12:02:48 UTC
Size:
820 bytes
patch
obsolete
>From 9ca7a9bec267381f5e852fbead0bcf17ee30aa45 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 26 Mar 2020 15:02:14 +0300 >Subject: [PATCH] Bug 21301: (follow-up) Remove borrowernumber in issues for > GetRecords ILS-DI service > >--- > C4/ILSDI/Services.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 854ee49fa4..6a018daef4 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -235,6 +235,9 @@ sub GetRecords { > '+as' => ['barcode'], > } > )->unblessed; >+ foreach my $checkout (@$checkouts) { >+ delete $checkout->{'borrowernumber'}; >+ } > my @items = $biblio->items->as_list; > > $biblioitem->{items}->{item} = []; >-- >2.25.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 21301
:
93495
|
93603
|
95158
|
95159
|
95178
|
101818
|
109646
|
113061
|
113062
|
113063
|
113064
|
113065
|
113068
|
113069
|
113070
|
113071
|
113072
|
115022
|
115023
|
115024
|
115025
|
115026