Debug Code aus letztem Commit entfernt
authorG. Richardson <information@lx-office-hosting.de>
Wed, 3 Mar 2010 12:44:33 +0000 (13:44 +0100)
committerG. Richardson <information@lx-office-hosting.de>
Wed, 3 Mar 2010 12:44:33 +0000 (13:44 +0100)
bin/mozilla/is.pl

index 8e20468..6446cc7 100644 (file)
@@ -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);