projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debf6f1
)
Die USTVA darf nicht nach dem Taxkey abfragen, weil dieser nichts damit zu tun hat.
author
Udo Spallek
<info@wissensvermittlung.com>
Wed, 9 May 2007 07:36:47 +0000
(07:36 +0000)
committer
Udo 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
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
9f1551e
..
f99021f
100644
(file)
--- a/
SL/USTVA.pm
+++ b/
SL/USTVA.pm
@@
-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
)