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:
b3501bd
)
Wenn ein Enddatum angegeben wird, dann muss das auch berücksichtigt werden. Fix für...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 12 Dec 2006 14:07:02 +0000
(14:07 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 12 Dec 2006 14:07:02 +0000
(14:07 +0000)
SL/CA.pm
patch
|
blob
|
history
diff --git
a/SL/CA.pm
b/SL/CA.pm
index
4453a9f
..
28ffc2e
100644
(file)
--- a/
SL/CA.pm
+++ b/
SL/CA.pm
@@
-141,6
+141,7
@@
sub all_transactions {
if ($form->{todate}) {
$fromto .= " AND ac.transdate <= '$form->{todate}'";
$subwhere .= " AND transdate <= '$form->{todate}'";
+ $glwhere .= " AND ac.transdate <= '$form->{todate}'";
}
if ($form->{eur}) {