From: Moritz Bunkus Date: Fri, 22 Jun 2007 10:25:33 +0000 (+0000) Subject: Kosmetik: Debugausgaben und eine überflüssige if-Zeile entfernt. X-Git-Tag: release-2.4.3^2~67 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e8ba1583f03bb703b87857abe8acbd48a9908d2d;p=kivitendo-erp.git Kosmetik: Debugausgaben und eine überflüssige if-Zeile entfernt. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 39b995840..47f5b6840 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1124,12 +1124,10 @@ sub form_footer { |; } - if (1) { print qq| |; -} if ($form->{type} =~ /sales_order$/) { print qq| @@ -2172,7 +2170,6 @@ sub invoice { $exchangerate = $form->check_exchangerate(\%myconfig, $form->{currency}, $orddate, $buysell); - print(STDERR "CURRENCY $form->{currency} DEFAULT: $form->{defaultcurrency} EXCHANGE $exchangerate\n"); if (!$exchangerate) { &backorder_exchangerate($orddate, $buysell);