X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=7636b16595b6ed42ca5efb4a4ec3191ec59602a3;hb=be47ce7f0ee15e692ade53804c8b4682dc89d627;hp=57bd84beb5f9e9a10de00fce2dd9b48ce3343c83;hpb=1c1d2aee0523ef311eff96040ab2cfc4ca6235b6;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 57bd84beb..7636b1659 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();}