From: Sven Schöling Date: Thu, 30 Dec 2010 13:56:18 +0000 (+0100) Subject: Monatlichen ZEitraum auch nach Taxbird exportieren. X-Git-Tag: release-2.6.2beta1~31 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4eb1e2ea2595a75a6f94e5bfa5d3e37e2f8a7f1a;p=kivitendo-erp.git Monatlichen ZEitraum auch nach Taxbird exportieren. --- 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' ));