Bugzilla – Attachment 63304 Details for
Bug 18277
Koha::Biblio - Remove GetBiblionumberFromItemnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 18277: Remove the C4::Biblio::GetBiblionumberFromItemnumber
SIGNED-OFF-Bug-18277-Remove-the-C4BiblioGetBiblion.patch (text/plain), 1.15 KB, created by
Josef Moravec
on 2017-05-09 15:52:02 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 18277: Remove the C4::Biblio::GetBiblionumberFromItemnumber
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-09 15:52:02 UTC
Size:
1.15 KB
patch
obsolete
>From 9a1ea267fefd99d1395e67b9381156b8a9f7a0a5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 Mar 2017 12:42:33 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 18277: Remove the > C4::Biblio::GetBiblionumberFromItemnumber > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > C4/Biblio.pm | 16 ---------------- > 1 file changed, 16 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 295fad7..fa283d1 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -69,7 +69,6 @@ BEGIN { > GetBiblioItemData > GetBiblioItemInfosOf > GetBiblioItemByBiblioNumber >- GetBiblionumberFromItemnumber > > &GetRecordValue > >@@ -771,21 +770,6 @@ sub GetBiblioItemByBiblioNumber { > return @results; > } > >-=head2 GetBiblionumberFromItemnumber >- >- >-=cut >- >-sub GetBiblionumberFromItemnumber { >- my ($itemnumber) = @_; >- my $dbh = C4::Context->dbh; >- my $sth = $dbh->prepare("Select biblionumber FROM items WHERE itemnumber = ?"); >- >- $sth->execute($itemnumber); >- my ($result) = $sth->fetchrow; >- return ($result); >-} >- > =head2 GetISBDView > > $isbd = &GetISBDView({ >-- >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 18277
:
61127
|
61128
|
61129
|
61130
|
63301
|
63302
|
63303
|
63304
|
64819
|
64820
|
64821
|
64822
|
64892
|
64893
|
64894
|
64895
|
64896