USTVA: Analog zu b0f569c auch Position 46 umdrehen.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 24 Jun 2014 13:19:24 +0000 (15:19 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 24 Jun 2014 13:27:21 +0000 (15:27 +0200)
SL/USTVA.pm

index bf9ebbd..8efe775 100644 (file)
@@ -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') {