From: Sven Schöling Date: Tue, 17 Dec 2013 13:20:31 +0000 (+0100) Subject: Debugcode entfernt X-Git-Tag: release-3.1.0beta1~22^2~84 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0759dd1c57d753cc2b3b98ef5721a58e7e119fca;p=kivitendo-erp.git Debugcode entfernt --- diff --git a/SL/Controller/FinancialControllingReport.pm b/SL/Controller/FinancialControllingReport.pm index eab060a15..7a62b6222 100644 --- a/SL/Controller/FinancialControllingReport.pm +++ b/SL/Controller/FinancialControllingReport.pm @@ -182,11 +182,6 @@ sub sum_relevant_items { } } - if (!$params{by_order} && ($params{order}->ordnumber =~ m/4$/)) { - $::lxdebug->dump(0, "obj @ $total", $sums); - $::lxdebug->dump(0, "ord", $params{order}->{amounts_by_parts_id}); - } - return $total; }