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> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
4e480d48f6
commit
f931a0ac80
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue