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:
6b8ce22
)
Anfangssaldo von Konten ist unabhängig von gewählten Abteilungen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 4 May 2009 13:33:32 +0000
(13:33 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 4 May 2009 13:33:32 +0000
(13:33 +0000)
SL/CA.pm
patch
|
blob
|
history
diff --git
a/SL/CA.pm
b/SL/CA.pm
index
1fb05e9
..
cf4ccce
100644
(file)
--- a/
SL/CA.pm
+++ b/
SL/CA.pm
@@
-202,9
+202,7
@@
sub all_transactions {
qq|SELECT SUM(ac.amount) AS amount
FROM acc_trans ac
JOIN chart c ON (ac.chart_id = c.id)
- $dpt_join
WHERE ((select date_trunc('year', ac.transdate::date)) = (select date_trunc('year', ?::date))) AND ac.ob_transaction
- $dpt_where
$project
AND c.accno = ? $acc_cash_where|;