Revision 4768389d
Von Jan Büren vor mehr als 9 Jahren hinzugefügt
sql/Pg-upgrade2/defaults_datev_check.pl | ||
---|---|---|
23 | 23 |
# if checks are not set in config set it to true |
24 | 24 |
foreach my $check (qw(check_on_sales_invoice check_on_purchase_invoice check_on_ar_transaction check_on_ap_transaction check_on_gl_transaction)) { |
25 | 25 |
my $check_set = 1; |
26 |
if (!$::lx_office_conf{datev_check}->{$check}) {
|
|
26 |
if ($::lx_office_conf{datev_check}->{$check} == 0 && defined ($::lx_office_conf{datev_check}->{$check})) {
|
|
27 | 27 |
$check_set = 0; |
28 | 28 |
} |
29 | 29 |
|
Auch abrufbar als: Unified diff
Datev Checks standardmässig ein für neue Datenbanken ( > 2.7)