X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/979543127ce95408792573c99fc7eb09c30448c3..872f04a75528d55c3987c09fa0445451c35c6ef9:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 8f00225be..db18d5a43 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1077,7 +1077,7 @@ sub post_invoice { 'table' => 'ar',); # safety check datev export - if ($::lx_office_conf{datev_check}{check_on_sales_invoice}) { + if ($::instance_conf->get_datev_check_on_sales_invoice) { my $transdate = $::form->{invdate} ? DateTime->from_lxoffice($::form->{invdate}) : undef; $transdate ||= DateTime->today;