From 0fee52dd84f068d93daaff1b44d38c224b723593 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 9 Mar 2007 13:16:30 +0000 Subject: [PATCH] 2 Funktionen auf trace level 2 gesetzt --- SL/IC.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SL/IC.pm b/SL/IC.pm index 0112127d4..a2703b64f 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1746,7 +1746,7 @@ sub retrieve_languages { } sub follow_account_chain { - $main::lxdebug->enter_sub(); + $main::lxdebug->enter_sub(2); my ($self, $form, $dbh, $transdate, $accno_id, $accno) = @_; @@ -1772,13 +1772,13 @@ sub follow_account_chain { 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) = @_; @@ -1831,7 +1831,7 @@ sub retrieve_accounts { if (!$ref) { $dbh->disconnect(); - return $main::lxdebug->leave_sub(); + return $main::lxdebug->leave_sub(2); } $ref->{"inventory_accno_id"} = undef unless ($ref->{"is_part"}); @@ -1868,7 +1868,7 @@ sub retrieve_accounts { $dbh->disconnect(); unless ($ref) { - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return; } @@ -1885,7 +1885,7 @@ sub retrieve_accounts { # " || taxaccounts_$index " . $form->{"taxaccounts_$index"} . # " || taxaccounts " . $form->{"taxaccounts"}); - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); } 1; -- 2.20.1