Revision d625387e
Von Jan Büren vor fast 9 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
909 | 909 |
} |
910 | 910 |
$sth->finish; |
911 | 911 |
|
912 |
if (!$form->{method} ne "cash") {
|
|
912 |
if ($form->{method} ne "cash") { # better eq 'accrual'
|
|
913 | 913 |
$sth = prepare_execute_query($form, $dbh, $fetch_accounts_before_from); |
914 | 914 |
while ($ref = $sth->fetchrow_hashref("NAME_lc")) { |
915 | 915 |
$trb{ $ref->{accno} }{description} = $ref->{description}; |
Auch abrufbar als: Unified diff
behebt #123 Ist-Versterungs-Auswahl für SuSa