From 8c19934323d39fa9abf3966804c84e84725976b3 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 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 Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit f931a0ac8089dc92cec46e1a66d92a8a1bafada4) Signed-off-by: Fridolin Somers (cherry picked from commit b2e5be2b13ecf20949d8a27fcb181caecc0ac614) --- 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 1297f7b423..c0d0ecddba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -84,7 +84,6 @@ NO NAME [% END %] - [% IF (supplier.vendor_type) %]([% AuthorisedValues.GetByCode( 'VENDOR_TYPE', supplier.vendor_type ) | html %])[% END %] [% IF ( !supplier.active ) %](inactive)[% END %] -- 2.39.5