X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIS.pm;h=28323326f56ceb8027df6623cb4284a5e61ec9f9;hb=8836016be2514847f9ff343507dd505c509bd4fc;hp=1deeb2a47a4217b5d6e923114adb92aacf7cba9c;hpb=9f07753bc46cf5614fe454656f352bc74de5920a;p=kivitendo-erp.git 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} }) {