From: G. Richardson Date: Wed, 3 Mar 2010 12:44:33 +0000 (+0100) Subject: Debug Code aus letztem Commit entfernt X-Git-Tag: release-2.6.1beta1~44^2~3^2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/0459dded82ee2c88499f4e46a9f3facba519f4f6?ds=inline;hp=64dde83b543cc17701993dfea6afdec28f3c7e1f Debug Code aus letztem Commit entfernt --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 8e2046897..6446cc787 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -860,9 +860,6 @@ sub credit_note { my %myconfig = %main::myconfig; my $locale = $main::locale; - open(FH, ">/tmp/lx.dump"); - print FH Dumper($form); - close FH; $main::auth->assert('invoice_edit'); $form->{transdate} = $form->{invdate} = $form->current_date(\%myconfig);