X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=SL%2FRP.pm;h=fbfd4746a675126168f01652f051cbc88932df09;hb=2134f89abb07c18b07b3121e80d243af03ede0e0;hp=2895d534a4ae45887755340efcc9a474efe3fb60;hpb=030c208648ddd8137d8fab33bb8b2eb87f5c080f;p=kivitendo-erp.git diff --git a/SL/RP.pm b/SL/RP.pm index 2895d534a..fbfd4746a 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -1910,9 +1910,9 @@ sub get_accounts_ch { my ($inclusion); if ($category eq 'I') { - $inclusion = "AND pos_er = NULL OR pos_er > '0' AND pos_er <= '5'"; + $inclusion = "AND pos_er = NULL OR pos_er = '1'"; } elsif ($category eq 'E') { - $inclusion = "AND pos_er = NULL OR pos_er >= '6' AND pos_er < '100'"; + $inclusion = "AND pos_er = NULL OR pos_er = '6'"; } else { $inclusion = ""; }