Bugzilla – Attachment 67312 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.12 KB, created by
Josef Moravec
on 2017-09-22 09:06:03 UTC
(
hide
)
Description:
Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-09-22 09:06:03 UTC
Size:
1.12 KB
patch
obsolete
>From fedb1074cceff55c8f48a471ee3f59689f6a52ed 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> >--- > catalogue/issuehistory.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/catalogue/issuehistory.pl b/catalogue/issuehistory.pl >index 070a128..d154a21 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.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 19334
:
67188
|
67312
|
67439