Bugzilla – Attachment 72649 Details for
Bug 15565
Place multiple holds at once for the same record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15565 - remove use of GetBiblionumberFromItemnumber
Bug-15565---remove-use-of-GetBiblionumberFromItemn.patch (text/plain), 1.01 KB, created by
Benjamin Rokseth
on 2018-03-12 11:04:51 UTC
(
hide
)
Description:
Bug 15565 - remove use of GetBiblionumberFromItemnumber
Filename:
MIME Type:
Creator:
Benjamin Rokseth
Created:
2018-03-12 11:04:51 UTC
Size:
1.01 KB
patch
obsolete
>From 2596898a4b013bd1ba39544a06a94ad719da2ed1 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 15 Feb 2018 11:13:09 +0000 >Subject: [PATCH] Bug 15565 - remove use of GetBiblionumberFromItemnumber > >Signed-off-by: Benjamin Rokseth <benjamin.rokseth@deichman.no> >--- > opac/opac-reserve.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index cf26802..ac84df9 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -242,7 +242,7 @@ if ( $query->param('place_reserve') ) { > my $biblionumber = $biblioNum; > > #item may belong to a host biblio, if yes change biblioNum to hosts bilbionumber >- my $hostbiblioNum = GetBiblionumberFromItemnumber($itemnumber); >+ my $hostbiblioNum = Koha::Items->find( $itemnumber )->biblio->biblionumber; > if ( $hostbiblioNum ne $biblioNum ) { > $biblionumber = $hostbiblioNum; > } >-- >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 15565
:
47527
|
47551
|
47552
|
50068
|
50069
|
50392
|
50393
|
56229
|
56230
|
56231
|
56232
|
56458
|
56510
|
56511
|
56512
|
56513
|
56514
|
56515
|
56517
|
56518
|
56519
|
56520
|
56521
|
56522
|
56523
|
56524
|
61244
|
61245
|
61246
|
61247
|
61248
|
61576
|
61577
|
61578
|
61579
|
61580
|
64590
|
64591
|
64592
|
64593
|
64594
|
66594
|
66595
|
66596
|
66597
|
66598
|
68759
|
68760
|
68761
|
68762
|
68763
|
71643
|
71644
|
71645
|
71646
|
71647
|
71648
|
72644
|
72645
|
72646
|
72647
|
72648
| 72649