From: Sven Schöling Date: Tue, 24 Jun 2014 13:19:24 +0000 (+0200) Subject: USTVA: Analog zu b0f569c auch Position 46 umdrehen. X-Git-Tag: release-3.2.0beta~411^2~17 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=699e686cc86ecde2cafd32c77c18ba263e01df4d;p=kivitendo-erp.git USTVA: Analog zu b0f569c auch Position 46 umdrehen. --- 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') {