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:
49e0116
)
Fix 275. fromdate missing.
author
Udo Spallek
<info@wissensvermittlung.com>
Thu, 26 Jan 2006 22:16:44 +0000
(22:16 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Thu, 26 Jan 2006 22:16:44 +0000
(22:16 +0000)
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) {