X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/1c1d2aee0523ef311eff96040ab2cfc4ca6235b6..a751b16cead5e56b62e18ee616e04323919f5fe1:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 57bd84beb..e1ea94174 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -147,7 +147,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4.1"; + $self->{version} = "2.4.2"; $main::lxdebug->leave_sub(); @@ -433,7 +433,7 @@ function fokus(){document.$self->{fokus}.focus();}