From a712c45e9df0b0ab79d76abe93b844a0764f0216 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop 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 doe snot 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. --- 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 fbf2d71fbee..b39f9d4795d 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 %] - [% IF (supplier.vendor_type) %]([% AuthorisedValues.GetByCode( 'VENDOR_TYPE', supplier.vendor_type ) | html %])[% END %] [% IF ( !supplier.active ) %](inactive)[% END %] -- 2.37.1 (Apple Git-137.1)