]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/DeliveryOrder.pm
neuen Artikel aus Angebots-/Auftrags-Maske anlegen: Variable besser benannt
[kivitendo-erp.git] / SL / Controller / DeliveryOrder.pm
index 97bfbca3ea97484847fff42bdfd135845c119ab2..7c4a99bfa3d65cfadb8476e1d7dacd5fa2637a2a 100644 (file)
@@ -861,11 +861,11 @@ sub action_create_part {
   flash_later('info', t8('You are adding a new part while you are editing another document. You will be redirected to your document when saving the new part or aborting this form.'));
 
   my @redirect_params = (
-    controller => 'Part',
-    action     => 'add',
-    part_type  => $::form->{add_item}->{create_part_type},
-    callback   => $callback,
-    show_abort => 1,
+    controller    => 'Part',
+    action        => 'add',
+    part_type     => $::form->{add_item}->{create_part_type},
+    callback      => $callback,
+    inline_create => 1,
   );
 
   $self->redirect_to(@redirect_params);