From: Moritz Bunkus Date: Tue, 8 Jul 2008 08:11:37 +0000 (+0000) Subject: Debugcode X-Git-Tag: release-2.6.0beta1~70 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3bc869ddc37202dfb0f810178ebea7cd5668303d;p=kivitendo-erp.git Debugcode --- diff --git a/SL/DO.pm b/SL/DO.pm index 2ad076a80..620f1e06a 100644 --- a/SL/DO.pm +++ b/SL/DO.pm @@ -389,8 +389,6 @@ sub mark_orders_if_delivered { my ($oe_id) = $links[0]->{from_id} if (scalar @links); - $main::lxdebug->message(0, "oe_id $oe_id"); - return $main::lxdebug->leave_sub() if (!$oe_id); my $all_units = AM->retrieve_all_units();