]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/GL.pm
SL::DB::Buchungsgruppen: Verknüpfungen und Hilfsmethoden
[kivitendo-erp.git] / SL / GL.pm
index cdd9d406ffcd6380852677cae3f8096e42f6b8aa..c9fcd9c476ecf207ef064e26ea476e1a77ff5f9c 100644 (file)
--- 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;