Bugzilla – Attachment 75999 Details for
Bug 20918
left-side navigation broken on the checkout history page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20918: Fix left-side navigation on the checkout history page
Bug-20918-Fix-left-side-navigation-on-the-checkout.patch (text/plain), 1.41 KB, created by
Martin Renvoize (ashimema)
on 2018-06-12 14:50:14 UTC
(
hide
)
Description:
Bug 20918: Fix left-side navigation on the checkout history page
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-06-12 14:50:14 UTC
Size:
1.41 KB
patch
obsolete
>From 630a3346d337fb299bff0954ec6917bf61444d7f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 12 Jun 2018 11:26:02 -0300 >Subject: [PATCH] Bug 20918: Fix left-side navigation on the checkout history > page > > commit fa54100dffe092e606f79b15692eedaf78f42e45 > Bug 18403: Use patron-title.inc when hidepatronname is used [SPECIFIC for issuehistory] > >Removed: >- biblionumber => $biblionumber, # required for left-side navigation > >But did not deal with the side-effects. > >Test plan: >When you are on the "Checkout history" page (/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=42), >the left-side navigation is broken if this patch is not applied, the biblionumber is not set. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >index 95c0ee4640..f0b2a8fa93 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >@@ -1,6 +1,6 @@ > [% USE Koha %] > [% USE Biblio %] >-[% SET biblio_object_id = object || biblionumber %] >+[% SET biblio_object_id = object || biblionumber || biblio.biblionumber %] > > <div id="menu"> > <ul> >-- >2.14.2
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 20918
:
75994
|
75999
|
76038