From e80ef1bc332e99960ec2ba6c59b73193c2b4eb68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 28 Dec 2010 14:51:58 +0100 Subject: [PATCH] typo: selectfirst_arayref_query -> selectfirst_array_query --- SL/RP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/RP.pm b/SL/RP.pm index 41cd39041..607eb389e 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -74,7 +74,7 @@ sub balance_sheet { } # get end of financial year and convert to Date format - my ($closedto) = selectfirst_arrayref_query($form, $dbh, 'SELECT closedto FROM defaults'); + my ($closedto) = selectfirst_array_query($form, $dbh, 'SELECT closedto FROM defaults'); # get date of last opening balance my $startdate = get_openbalance_date($closedto, $form->{asofdate}); -- 2.20.1