]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IR.pm
Option für Datev-Check in Mandantenkonfiguration verschoben.
[mfinanz.git] / SL / IR.pm
index 7be04aef2d49273388d05cd7206ed329ed482b33..04e071e27c5c4529d2572741ee44adb832be5e27 100644 (file)
--- a/SL/IR.pm
+++ b/SL/IR.pm
@@ -686,7 +686,7 @@ sub post_invoice {
                                'table'   => 'ap',);
 
   # safety check datev export
-  if ($::lx_office_conf{datev_check}{check_on_purchase_invoice}) {
+  if ($::instance_conf->get_datev_check_on_purchase_invoice) {
     my $transdate = $::form->{invdate} ? DateTime->from_lxoffice($::form->{invdate}) : undef;
     $transdate  ||= DateTime->today;