Revision ce221150
Von Jan Büren vor fast 11 Jahren hinzugefügt
bin/mozilla/ustva.pl | ||
---|---|---|
887 | 887 |
|
888 | 888 |
} else |
889 | 889 |
{ |
890 |
#$form->parse_template(\%myconfig, $::lx_office_conf{paths}{userspath}); |
|
890 |
# add a prefix for ustva pos numbers, i.e.: 81 -> post_ustva_81 |
|
891 |
$form->{"pos_ustva_$_"} = $form->{$_} for grep { m{^\d+} } keys %{ $form }; |
|
891 | 892 |
$form->{title} = $locale->text('Advance turnover tax return'); |
892 | 893 |
|
893 | 894 |
$form->header; |
Auch abrufbar als: Unified diff
Präfix für ustva Position eingefügt
Ansonsten wird (form->{81} = 12,30 €) im Formular als 81 € interpretiert