X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDATEV.pm;h=e3cecef119d5cba52f407dcaa79dcc515f9e3fa1;hb=0389fbc606e78cdacea36f4bf385e75f879443a2;hp=775d4dff714549bbb7377cbee79286fdef025021;hpb=587c7468815169f69621cf374fe455d7b7694eeb;p=kivitendo-erp.git diff --git a/SL/DATEV.pm b/SL/DATEV.pm index 775d4dff7..e3cecef11 100644 --- a/SL/DATEV.pm +++ b/SL/DATEV.pm @@ -401,7 +401,7 @@ sub _get_transactions { my $firstrun = 1; my $subcent = abs($count) < 0.02; - while (abs($count) > 0.01 || $firstrun || ($subcent && abs($count) > 0.001)) { + while (abs($count) > 0.01 || $firstrun || ($subcent && abs($count) > 0.005)) { my $ref2 = $sth->fetchrow_hashref("NAME_lc"); last unless ($ref2);