@@ -, +, @@ --- .../prog/en/modules/acqui/supplier.tt | 21 +++++++------------- 1 file changed, 7 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -12,13 +12,6 @@ function confirm_deletion() { window.location="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]&op=delete"; } } -function check(f) { -if (f.company.value == "") { - alert(_("You must specify a name for this vendor.")); - return false; -} - f.submit(); -} $(document).ready(function() { [% IF (dateformat == 'metric') %] @@ -60,13 +53,13 @@ if (f.company.value == "") { [% END %] [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] [% IF ( enter ) %] -
+
Company details -
  1. -
  2. +
    1. + Required
    2. @@ -114,7 +107,7 @@ if (f.company.value == "") {
    3. @@ -122,7 +115,7 @@ if (f.company.value == "") {
    4. @@ -159,7 +152,7 @@ if (f.company.value == "") { [% IF gst_values %]
      1. - +
-
[% IF ( booksellerid ) %] +
[% IF ( booksellerid ) %] [% ELSE %] [% END %]Cancel
--