Revision e80ef1bc
Von Sven Schöling vor fast 14 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
74 | 74 |
} |
75 | 75 |
|
76 | 76 |
# get end of financial year and convert to Date format |
77 |
my ($closedto) = selectfirst_arrayref_query($form, $dbh, 'SELECT closedto FROM defaults');
|
|
77 |
my ($closedto) = selectfirst_array_query($form, $dbh, 'SELECT closedto FROM defaults'); |
|
78 | 78 |
|
79 | 79 |
# get date of last opening balance |
80 | 80 |
my $startdate = get_openbalance_date($closedto, $form->{asofdate}); |
Auch abrufbar als: Unified diff
typo: selectfirst_arayref_query -> selectfirst_array_query