X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/27cd1e791f08771c4c0873461c83397345a47d88..0c7cc1e4c66eb941e8a7c35f79df0b91d5f2a303:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 970650439..8988e1091 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1783,6 +1783,8 @@ sub retrieve_accounts { } else { $transdate = $form->{deliverydate}; } + } elsif ($form->{type} eq "credit_note") { + $transdate = $form->{invdate}; } else { $transdate = $form->{transdate}; }