Revision e80ef1bc
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
}
|
||
|
||
# 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});
|
Auch abrufbar als: Unified diff
typo: selectfirst_arayref_query -> selectfirst_array_query