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