X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/37ffd321a8511ad03a0ce80bfe5680481767f0e6..2f6e7625957d22de1008f2c6828835295b468fb7:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 4b48dcc4f..7a52096a0 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1497,6 +1497,8 @@ sub retrieve_accounts { # if credit_note has a deliverydate, use this instead of invdate # useful for credit_notes of invoices from an old period with different tax # if there is no deliverydate then invdate is used, old default (see next elsif) + # Falls hier der Stichtag für Steuern anders bestimmt wird, + # entsprechend auch bei Taxkeys.pm anpassen $transdate = $form->{deliverydate}; } elsif (($form->{type} eq "credit_note") || ($form->{script} eq 'ir.pl')) { $transdate = $form->{invdate};