X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c28bb82b805b07543debaf08061b58d0b437c07..061e94fefda06b6aa0275b43debab9db73fca226:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 1deeb2a47..28323326f 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -821,7 +821,7 @@ sub post_invoice { } $project_id = conv_i($form->{"globalproject_id"}); - + # entsprechend auch beim Bestimmen des Steuerschlüssels in Taxkey.pm berücksichtigen my $taxdate = $form->{deliverydate} ? $form->{deliverydate} : $form->{invdate}; foreach my $trans_id (keys %{ $form->{amount_cogs} }) {