From e8ba1583f03bb703b87857abe8acbd48a9908d2d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 22 Jun 2007 10:25:33 +0000 Subject: [PATCH] =?utf8?q?Kosmetik:=20Debugausgaben=20und=20eine=20=C3=BCb?= =?utf8?q?erfl=C3=BCssige=20if-Zeile=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.20.1