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:
0a0656c
)
Typo.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 6 May 2009 11:47:42 +0000
(11:47 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 6 May 2009 11:47:42 +0000
(11:47 +0000)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
87b2ade
..
859296f
100644
(file)
--- a/
SL/RP.pm
+++ b/
SL/RP.pm
@@
-693,7
+693,7
@@
sub trial_balance {
$project
GROUP BY c.accno, c.category, c.description |;
- $sth = prepare_execute_query($form, $dbh, $query, $form->{from
t
date});
+ $sth = prepare_execute_query($form, $dbh, $query, $form->{fromdate});
while (my $ref = $sth->fetchrow_hashref("NAME_lc")) {