Bugzilla – Attachment 161350 Details for
Bug 35894
Duplicate link in booksellers.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35894: Remove duplicate link
Bug-35894-Remove-duplicate-link.patch (text/plain), 1.58 KB, created by
Owen Leonard
on 2024-01-24 16:16:01 UTC
(
hide
)
Description:
Bug 35894: Remove duplicate link
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-01-24 16:16:01 UTC
Size:
1.58 KB
patch
obsolete
>From 84208282b9e849490e860fa99c9dc3e590753603 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 24 Jan 2024 14:09:19 +0000 >Subject: [PATCH] Bug 35894: Remove duplicate link > >This patch deletes a link that appears to be an unnecessary duplicate >in the template file. The link does not appear in the UI and serves no >obvious purpose > >Test plan: >1) Navigate to Acquisitions and click Search next to the vendors field >2) Click on a vendor name and the navigation should still work as > intended, taking you to the Vendor's details page. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index fbf2d71fbe..b39f9d4795 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -86,7 +86,6 @@ > NO NAME > [% END %] > </a> >- <a name="[% supplier.booksellerid | html %]" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% supplier.booksellerid | uri %]"></a> > [% IF (supplier.vendor_type) %]([% AuthorisedValues.GetByCode( 'VENDOR_TYPE', supplier.vendor_type ) | html %])[% END %] > [% IF ( !supplier.active ) %]<span class="vendor_inactive">(inactive)</span>[% END %] > </h2> >-- >2.30.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 35894
:
161333
|
161350
|
161431