Bugzilla – Attachment 67439 Details for
Bug 19334
circulation history doesn't set biblionumber so left navigation is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken
Bug-19334---circulation-history-doesnt-set-biblion.patch (text/plain), 1.18 KB, created by
Julian Maurice
on 2017-09-29 11:59:25 UTC
(
hide
)
Description:
Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-09-29 11:59:25 UTC
Size:
1.18 KB
patch
obsolete
>From 811b91504d5881e95cca633c732088b530ed3526 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Mon, 18 Sep 2017 19:17:35 +0200 >Subject: [PATCH] Bug 19334 - circulation history doesn't set biblionumber so > left navigation is broken > >Navigation on the left (Normal, MARC, etc...) needs biblionumber in >template variables to work. > >Test: >1. go to checkout history for any biblio >2. verify that normal, MARC, etc links on the left no longer work > due to missing biblionumber in URL >3. apply patch and test it again > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > catalogue/issuehistory.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/catalogue/issuehistory.pl b/catalogue/issuehistory.pl >index 070a1289c0..d154a2111f 100755 >--- a/catalogue/issuehistory.pl >+++ b/catalogue/issuehistory.pl >@@ -50,6 +50,7 @@ my $issues = GetBiblioIssues($biblionumber); > my $biblio = Koha::Biblios->find( $biblionumber ); > > $template->param( >+ biblionumber => $biblionumber, # required for left-side navigation > biblio => $biblio, > total => scalar @$issues, > issues => $issues, >-- >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 19334
:
67188
|
67312
| 67439