From 699e686cc86ecde2cafd32c77c18ba263e01df4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 24 Jun 2014 15:19:24 +0200 Subject: [PATCH] USTVA: Analog zu b0f569c auch Position 46 umdrehen. --- SL/USTVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.20.1