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:
edf1749
)
typo: selectfirst_arayref_query -> selectfirst_array_query
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 28 Dec 2010 13:51:58 +0000
(14:51 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 28 Dec 2010 13:51:58 +0000
(14:51 +0100)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
41cd390
..
607eb38
100644
(file)
--- 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_array
ref
_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});