X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/979543127ce95408792573c99fc7eb09c30448c3..04bfdc112567932e056aad505b79b4bf7dc6b4b4:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 839d40be6..95bde38e5 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -355,7 +355,7 @@ sub post_transaction { IO->set_datepaid(table => 'ap', id => $form->{id}, dbh => $dbh); # safety check datev export - if ($::lx_office_conf{datev_check}{check_on_ap_transaction}) { + if ($::instance_conf->get_datev_check_on_ap_transaction) { my $transdate = $::form->{transdate} ? DateTime->from_lxoffice($::form->{transdate}) : undef; $transdate ||= DateTime->today;