X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d5440cc6f9cc5b2942458ce7480526e2b90b17a4..3d7898cf2bab46c72face3011460d093d8778b32:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index a753dbc40..d1fdc8308 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1252,6 +1252,7 @@ sub parse_template { } map { $self->{"${_}"} = $myconfig->{$_}; } qw(co_ustid); + map { $self->{"myconfig_${_}"} = $myconfig->{$_} } grep { $_ ne 'dbpasswd' } keys %{ $myconfig }; $self->{copies} = 1 if (($self->{copies} *= 1) <= 0);