X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ea1a379cc2e8992077a8a6f6e413952d1e32bfd..699e686cc86ecde2cafd32c77c18ba263e01df4d:/SL/USTVA.pm diff --git a/SL/USTVA.pm b/SL/USTVA.pm index bf9ebbdb9..8efe77560 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -806,7 +806,7 @@ sub get_accounts_ustva { my $arwhere = ""; my $item; - my $gltaxkey_where = "((tk.pos_ustva>=59 AND tk.pos_ustva<=66) or (tk.pos_ustva>=89 AND tk.pos_ustva<=93))"; + my $gltaxkey_where = "((tk.pos_ustva = 46) OR (tk.pos_ustva>=59 AND tk.pos_ustva<=66) or (tk.pos_ustva>=89 AND tk.pos_ustva<=93))"; if ($fromdate) { if ($form->{method} eq 'cash') {