Revision 3424bf80
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1077 | 1077 |
'table' => 'ar',); |
1078 | 1078 |
|
1079 | 1079 |
# safety check datev export |
1080 |
if ($::lx_office_conf{datev_check}{check_on_sales_invoice}) {
|
|
1080 |
if ($::instance_conf->get_datev_check_on_sales_invoice) {
|
|
1081 | 1081 |
my $transdate = $::form->{invdate} ? DateTime->from_lxoffice($::form->{invdate}) : undef; |
1082 | 1082 |
$transdate ||= DateTime->today; |
1083 | 1083 |
|
Auch abrufbar als: Unified diff
Option für Datev-Check in Mandantenkonfiguration verschoben.