Bugzilla – Attachment 64895 Details for
Bug 18277
Koha::Biblio - Remove GetBiblionumberFromItemnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18277: Remove the C4::Biblio::GetBiblionumberFromItemnumber
Bug-18277-Remove-the-C4BiblioGetBiblionumberFromIt.patch (text/plain), 1.23 KB, created by
Marcel de Rooy
on 2017-07-07 08:35:50 UTC
(
hide
)
Description:
Bug 18277: Remove the C4::Biblio::GetBiblionumberFromItemnumber
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-07-07 08:35:50 UTC
Size:
1.23 KB
patch
obsolete
>From 5c8ea79f1440f89b0c404500a54f7fe4f053249a 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] Bug 18277: Remove the > C4::Biblio::GetBiblionumberFromItemnumber >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Biblio.pm | 16 ---------------- > 1 file changed, 16 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index b311104..284b4a2 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -70,7 +70,6 @@ BEGIN { > GetBiblioItemData > GetBiblioItemInfosOf > GetBiblioItemByBiblioNumber >- GetBiblionumberFromItemnumber > > &GetRecordValue > >@@ -772,21 +771,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