X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/979543127ce95408792573c99fc7eb09c30448c3..4486e3bc8eb00c37cf8029e663eb94b4b9c5346a:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index fcf898ea0..1f8a0c0f5 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -276,7 +276,7 @@ sub post_transaction { IO->set_datepaid(table => 'ar', id => $form->{id}, dbh => $dbh); # safety check datev export - if ($::lx_office_conf{datev_check}{check_on_ar_transaction}) { + if ($::instance_conf->get_datev_check_on_ar_transaction) { my $transdate = $::form->{transdate} ? DateTime->from_lxoffice($::form->{transdate}) : undef; $transdate ||= DateTime->today;