From 4eb1e2ea2595a75a6f94e5bfa5d3e37e2f8a7f1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 30 Dec 2010 14:56:18 +0100 Subject: [PATCH] Monatlichen ZEitraum auch nach Taxbird exportieren. --- bin/mozilla/ustva.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index 1bbf93145..f7c179778 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -912,7 +912,7 @@ sub generate_ustva { my $period = $form->{period}; $period * 1; $period--; - $form->{period} = $period; + $form->{taxbird_period} = $period; } else { $form->header; USTVA::error( $locale->text('Wrong Period' )); -- 2.20.1