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:
63a1c75
)
Merge von 842 aus unstable: Bugfix 275
author
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 2 Feb 2006 16:08:21 +0000
(16:08 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 2 Feb 2006 16:08:21 +0000
(16:08 +0000)
Fix 275. fromdate missing.
SL/USTVA.pm
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
af18966
..
28fc571
100644
(file)
--- a/
SL/USTVA.pm
+++ b/
SL/USTVA.pm
@@
-646,9
+646,8
@@
sub get_accounts_ustva {
$subwhere .= " AND transdate >= '$fromdate'";
$glwhere = " AND ac.transdate >= '$fromdate'";
$ARwhere .= " AND acc.transdate >= '$fromdate'";
- $where .= " AND ac.transdate >= '$fromdate'";
-
}
+ $where .= " AND ac.transdate >= '$fromdate'";
}
if ($todate) {