Bugzilla – Attachment 113057 Details for
Bug 26364
XISBN.t makes a bad assumption about return values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26364: Don't discard the passed isbn
Bug-26364-Dont-discard-the-passed-isbn.patch (text/plain), 1.05 KB, created by
David Nind
on 2020-11-05 09:50:16 UTC
(
hide
)
Description:
Bug 26364: Don't discard the passed isbn
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-11-05 09:50:16 UTC
Size:
1.05 KB
patch
obsolete
>From ae34ede85fa53e6fd55c4328c278fd8621097c04 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 9 Sep 2020 13:44:45 +0000 >Subject: [PATCH] Bug 26364: Don't discard the passed isbn > >I don't know, if we get rid fo this check we can now check the db for the same isbn we passed > >This may be useful as we may want to see the biblio with the same isbn as long as number is different? > >This will make tests fail > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/XISBN.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/XISBN.pm b/C4/XISBN.pm >index 68b7c0f8d1..65ef2878db 100644 >--- a/C4/XISBN.pm >+++ b/C4/XISBN.pm >@@ -101,7 +101,6 @@ sub get_xisbns { > > # loop through each ISBN and scope to the local collection > for my $response_data( @{ $response->{ isbn } } ) { >- next if $response_data->{'content'} eq $isbn; > next if $unique_xisbns->{ $response_data->{content} }; > $unique_xisbns->{ $response_data->{content} }++; > my $xbiblio= _get_biblio_from_xisbn($response_data->{content}); >-- >2.11.0
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 26364
:
109599
|
109631
|
109821
|
109822
|
109823
|
109824
|
109825
|
113054
|
113055
|
113056
|
113057
|
113058
|
114818
|
114819
|
114820
|
114821
|
114822