Bugzilla – Attachment 111393 Details for
Bug 23852
Merge biblio-title.inc and biblio-default-view.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23852: (QA follow-up) Fix remaining call to biblio-default-view
Bug-23852-QA-follow-up-Fix-remaining-call-to-bibli.patch (text/plain), 1.17 KB, created by
Nick Clemens (kidclamp)
on 2020-10-09 10:43:09 UTC
(
hide
)
Description:
Bug 23852: (QA follow-up) Fix remaining call to biblio-default-view
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-09 10:43:09 UTC
Size:
1.17 KB
patch
obsolete
>From c6af44956ccd09bca56379e3c659f0956abb594b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 9 Oct 2020 10:42:31 +0000 >Subject: [PATCH] Bug 23852: (QA follow-up) Fix remaining call to > biblio-default-view > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 859f6ab8df..706211ec2e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -189,7 +189,7 @@ > [% FOREACH trsfitemloo IN trsfitemloop %] > <tr> > <td class="tf-title"> >- [% INCLUDE 'biblio-default-view.inc' biblionumber = trsfitemloo.item.biblionumber %] >+ [% INCLUDE 'biblio-view-menu.inc' biblionumber = trsfitemloo.item.biblionumber %] > [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio %] > </a> > </td> >-- >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 23852
:
94455
|
98770
|
106879
|
109687
|
109702
|
110055
|
110128
|
110129
|
111134
|
111135
|
111136
| 111393