From 9d8c5c5f47d00b42c90c47c4a483b9f5155667b1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 6 May 2009 11:47:42 +0000 Subject: [PATCH] Typo. --- SL/RP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) { -- 2.20.1