@@ -, +, @@ - Create a new vendor or edit an existing one - Make sure you have entered a valid URL for the website - Click the link from the vendor summary page and verify it opens in a new window/tab (depending on your browser configuration) --- .../prog/en/modules/acqui/supplier.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -200,7 +200,7 @@ if (f.company.value == "") {

Phone: [% phone %]

Fax: [% fax %]

[% IF ( url ) %] -

Website: [% url %]

+

Website: [% url %]

[% END %] [% IF ( accountnumber ) %]

Account number: [% accountnumber %]

--