X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=7636b16595b6ed42ca5efb4a4ec3191ec59602a3;hb=bb374138781bbf3a368d104445aee887494aa381;hp=95cd80e8e7f56a82130f12e2cbbffafb875ca477;hpb=377ff40990680968fefeeb65b6e6935fcf9fcf35;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 95cd80e8e..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();}