]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Merge branch 'rb-wiederkehrende-rechnungen' into 263
[mfinanz.git] / SL / Form.pm
index a753dbc403bebc8466dd3f5ecb9493a133808d83..d1fdc830803757fcc4964213bcd3187a600f6648 100644 (file)
@@ -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);