Revision 079b834a
Von Udo Spallek vor mehr als 18 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
$ref = $sth->fetchrow_hashref();
|
||
$sth->finish();
|
||
$dbh->disconnect();
|
||
|
||
return $main::lxdebug->leave_sub() unless ($ref);
|
||
|
||
unless ($ref) {
|
||
$main::lxdebug->leave_sub();
|
||
return;
|
||
}
|
||
|
||
$form->{"taxaccounts_$index"} = $ref->{"accno"};
|
||
if ($form->{"taxaccounts"} !~ /$ref->{accno}/) {
|
Auch abrufbar als: Unified diff
Bugfix 465. Bitte testen.