Mobilbrowsercheck eingeschränkt auf mobil stylesheet.
[kivitendo-erp.git] / bin / mozilla / is.pl
index 8e20468..f44c580 100644 (file)
@@ -656,6 +656,7 @@ sub post {
     $form->{print_and_post} = 0;
   }
 
+  remove_emptied_rows();
   &validate_items;
 
   my $closedto = $form->datetonum($form->{closedto}, \%myconfig);
@@ -860,9 +861,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);