X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/127b0df30d75e3833072276961e36bcd26bc0663..846a322f70e71c5d0338f13eeea842d0f87c5ae3:/bin/mozilla/ustva.pl diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 8c1b8a8f6..435117ed3 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -887,7 +887,8 @@ sub generate_ustva { } else { - #$form->parse_template(\%myconfig, $::lx_office_conf{paths}{userspath}); + # add a prefix for ustva pos numbers, i.e.: 81 -> post_ustva_81 + $form->{"pos_ustva_$_"} = $form->{$_} for grep { m{^\d+} } keys %{ $form }; $form->{title} = $locale->text('Advance turnover tax return'); $form->header;