Die USTVA darf nicht nach dem Taxkey abfragen, weil dieser nichts damit zu tun hat.
authorUdo Spallek <info@wissensvermittlung.com>
Wed, 9 May 2007 07:36:47 +0000 (07:36 +0000)
committerUdo Spallek <info@wissensvermittlung.com>
Wed, 9 May 2007 07:36:47 +0000 (07:36 +0000)
Fuer die USTVA sind nur die pos_ustva von Relevanz.

SL/USTVA.pm

index 9f1551e..f99021f 100644 (file)
@@ -912,7 +912,7 @@ sub get_accounts_ustva {
              SELECT id FROM taxkeys 
              WHERE 1=1
                AND chart_id=ac.chart_id 
-               AND taxkey_id = ac.taxkey 
+               --AND taxkey_id = ac.taxkey 
                AND startdate <= COALESCE(AP.transdate)
              ORDER BY startdate DESC LIMIT 1
            )