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:
13c238d
)
Solved Bug 237. USTVA Vorsteuer wird nicht richtig berechnet.
author
Udo Spallek
<info@wissensvermittlung.com>
Fri, 30 Dec 2005 20:57:09 +0000
(20:57 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Fri, 30 Dec 2005 20:57:09 +0000
(20:57 +0000)
SL/USTVA.pm
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
dc2c46f
..
af18966
100644
(file)
--- a/
SL/USTVA.pm
+++ b/
SL/USTVA.pm
@@
-717,7
+717,7
@@
sub get_accounts_ustva {
SELECT trans_id
FROM acc_trans
JOIN chart ON (chart_id = id)
- WHERE link LIKE '%AP_
paid
%'
+ WHERE link LIKE '%AP_
amount
%'
$subwhere
)