$file .= $form->{elstersteuernummer};
#file suffix
$file .= '.xml';
- $form->{tmpfile} = $file;
+ $form->{tmpfile} = "$userspath/$file";
}
if ( $form->{format} eq 'elstertaxbird' ) {
$form->{IN} = 'taxbird.txb';
- $form->{tmpfile} = "USTVA-" . $form->{period}
+ $form->{tmpfile} = "$userspath/USTVA-" . $form->{period}
. sprintf("%02d", $form->{year} % 100) . ".txb";
if ($form->{period} =~ /^[4]\d$/ ){
$form->{templates} = $myconfig{templates};
$form->{templates} = "doc" if ( $form->{type} eq 'help' );
- $lxdebug->leave_sub();
-
$form->parse_template($myconfig, $userspath);
+ $lxdebug->leave_sub();
}
sub edit {