Revision 4536d0a7
Von Udo Spallek vor mehr als 17 Jahren hinzugefügt
SL/USTVA.pm | ||
---|---|---|
912 | 912 |
SELECT id FROM taxkeys |
913 | 913 |
WHERE 1=1 |
914 | 914 |
AND chart_id=ac.chart_id |
915 |
AND taxkey_id = ac.taxkey |
|
915 |
--AND taxkey_id = ac.taxkey
|
|
916 | 916 |
AND startdate <= COALESCE(AP.transdate) |
917 | 917 |
ORDER BY startdate DESC LIMIT 1 |
918 | 918 |
) |
Auch abrufbar als: Unified diff
Die USTVA darf nicht nach dem Taxkey abfragen, weil dieser nichts damit zu tun hat.
Fuer die USTVA sind nur die pos_ustva von Relevanz.