This commit is contained in:
Almira Krdzic
2018-08-01 14:47:02 +02:00
parent 321fbc3f61
commit ed0e44b964
2 changed files with 11 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ class Wiaas_Delivery_Process_Step extends Gravity_Flow_Step {
$target_form = GFAPI::get_form( $this->target_form_id );
$new_entry = array(
'form_id' => $this->target_form_id,
'wiaas_delivery_process_id' => $this->get_entry_id(),
);
$customer_id_value = null;