@@ -, +, @@ - Search for a vendor - If you don't have a vendor with interfaces defined, edit one - Under Interfaces -> Interface details, fill out the form, including the URI field. - Add more than one interface - Save your changes and then view the vendor details page - In the Interfaces section the interfaces you defined should have clickable links. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -424,7 +424,10 @@ div.rows { padding: 1rem; }
  • Type: [% AuthorisedValues.GetByCode( 'VENDOR_INTERFACE_TYPE', i.type) | html %]
  • [% END %] [% IF i.uri %] -
  • URI: [% i.uri | html %]
  • +
  • + URI: + [% i.uri | html %] +
  • [% END %] [% IF i.login %]
  • Login: [% i.login | html %]
  • --