X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4b31e6ba4211c900648d92af80ae8d09041977ad..3424bf80214aede7a8318c39b754290738e4aea0:/SL/GL.pm diff --git a/SL/GL.pm b/SL/GL.pm index cdd9d406f..c9fcd9c47 100644 --- a/SL/GL.pm +++ b/SL/GL.pm @@ -186,7 +186,7 @@ sub post_transaction { } # safety check datev export - if ($::lx_office_conf{datev_check}{check_on_gl_transaction}) { + if ($::instance_conf->get_datev_check_on_gl_transaction) { my $transdate = $::form->{transdate} ? DateTime->from_lxoffice($::form->{transdate}) : undef; $transdate ||= DateTime->today;