]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/do.pl
Ein-/Auslagerinformationen bei "Als neu speichern" löschen
[mfinanz.git] / bin / mozilla / do.pl
index fa3be49a20f02ff7f3d0def9e84c92c879432294..63ee667faa53826a6ad29ab64dea54762e408c30 100644 (file)
@@ -872,6 +872,7 @@ sub save_as_new {
   $form->{closed}    = 0;
   $form->{delivered} = 0;
   map { delete $form->{$_} } qw(printed emailed queued);
+  delete @{ $form }{ grep { m/^stock_(?:in|out)_\d+/ } keys %{ $form } };
 
   # Let Lx-Office assign a new order number if the user hasn't changed the
   # previous one. If it has been changed manually then use it as-is.