Bugzilla – Attachment 64899 Details for
Bug 18260
Koha::Biblio - Remove GetBiblio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18260: [QA Follow-up] Always something left?
Bug-18260-QA-Follow-up-Always-something-left.patch (text/plain), 998 bytes, created by
Marcel de Rooy
on 2017-07-07 09:07:43 UTC
(
hide
)
Description:
Bug 18260: [QA Follow-up] Always something left?
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-07-07 09:07:43 UTC
Size:
998 bytes
patch
obsolete
>From 1a24524e0633bdb98ff211173be9973bca348c0c Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 7 Jul 2017 10:42:55 +0200 >Subject: [PATCH] Bug 18260: [QA Follow-up] Always something left? >Content-Type: text/plain; charset=utf-8 > >Remove second Koha::Biblios->find in imageviewer.pl > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > catalogue/imageviewer.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/catalogue/imageviewer.pl b/catalogue/imageviewer.pl >index cca7304..c1db9eb 100755 >--- a/catalogue/imageviewer.pl >+++ b/catalogue/imageviewer.pl >@@ -108,7 +108,6 @@ $template->param (countorders => $count_orders_using_biblio); > my $count_deletedorders_using_biblio = scalar @deletedorders_using_biblio ; > $template->param (countdeletedorders => $count_deletedorders_using_biblio); > >-$biblio = Koha::Biblios->find( $biblionumber ); > my $hold_count = $biblio ? $biblio->holds->count : 0; > $template->param( holdcount => $hold_count ); > >-- >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 18260
:
61053
|
63743
|
63760
|
64823
|
64825
|
64897
|
64898
| 64899