Revision 3424bf80
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
686 | 686 |
'table' => 'ap',); |
687 | 687 |
|
688 | 688 |
# safety check datev export |
689 |
if ($::lx_office_conf{datev_check}{check_on_purchase_invoice}) {
|
|
689 |
if ($::instance_conf->get_datev_check_on_purchase_invoice) {
|
|
690 | 690 |
my $transdate = $::form->{invdate} ? DateTime->from_lxoffice($::form->{invdate}) : undef; |
691 | 691 |
$transdate ||= DateTime->today; |
692 | 692 |
|
Auch abrufbar als: Unified diff
Option für Datev-Check in Mandantenkonfiguration verschoben.