Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0fee52dd

Von Sven Schöling vor fast 18 Jahren hinzugefügt

  • ID 0fee52dd84f068d93daaff1b44d38c224b723593
  • Vorgänger f1c1921d
  • Nachfolger 07be726d

2 Funktionen auf trace level 2 gesetzt

Unterschiede anzeigen:

SL/IC.pm
}
sub follow_account_chain {
$main::lxdebug->enter_sub();
$main::lxdebug->enter_sub(2);
my ($self, $form, $dbh, $transdate, $accno_id, $accno) = @_;
......
push(@visited_accno_ids, $accno_id);
}
$main::lxdebug->leave_sub();
$main::lxdebug->leave_sub(2);
return ($accno_id, $accno);
}
sub retrieve_accounts {
$main::lxdebug->enter_sub();
$main::lxdebug->enter_sub(2);
my ($self, $myconfig, $form, $parts_id, $index, $copy_accnos) = @_;
......
if (!$ref) {
$dbh->disconnect();
return $main::lxdebug->leave_sub();
return $main::lxdebug->leave_sub(2);
}
$ref->{"inventory_accno_id"} = undef unless ($ref->{"is_part"});
......
$dbh->disconnect();
unless ($ref) {
$main::lxdebug->leave_sub();
$main::lxdebug->leave_sub(2);
return;
}
......
# " || taxaccounts_$index " . $form->{"taxaccounts_$index"} .
# " || taxaccounts " . $form->{"taxaccounts"});
$main::lxdebug->leave_sub();
$main::lxdebug->leave_sub(2);
}
1;

Auch abrufbar als: Unified diff