From: Moritz Bunkus Date: Wed, 6 May 2009 11:47:42 +0000 (+0000) Subject: Typo. X-Git-Tag: release-2.6.0beta2~24 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9d8c5c5f47d00b42c90c47c4a483b9f5155667b1;p=kivitendo-erp.git Typo. --- diff --git a/SL/RP.pm b/SL/RP.pm index 87b2ade92..859296f2e 100644 --- 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->{fromtdate}); + $sth = prepare_execute_query($form, $dbh, $query, $form->{fromdate}); while (my $ref = $sth->fetchrow_hashref("NAME_lc")) {