X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=5a2ad92031dda916cc4e10ab1f2a9b4249b64341;hb=26ba876e4863567ba21fddd5ec8f909aacfbdfde;hp=73a495a9ac6af23efa9708d04c2444b9d1420ca7;hpb=6826e7edeec9911b976fe54229f1e6275ee43c9e;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 73a495a9a..5a2ad9203 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -222,7 +222,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4.3"; + $self->{version} = "2.6.0 beta 1"; $main::lxdebug->leave_sub(); @@ -617,15 +617,15 @@ sub header { - + @@ -1119,9 +1119,7 @@ sub parse_template { map { $self->{"employee_${_}"} = $myconfig->{$_}; } qw(email tel fax name signature company address businessnumber co_ustid taxnumber duns); } - map({ $self->{"${_}"} = $myconfig->{$_}; } - qw(co_ustid)); - + map { $self->{"${_}"} = $myconfig->{$_}; } qw(co_ustid); $self->{copies} = 1 if (($self->{copies} *= 1) <= 0);