Show additional info on workflow inbox page

This commit is contained in:
Almira Krdzic
2018-08-29 11:37:24 +02:00
parent b99a0cb856
commit 057a99b8f5
2 changed files with 17 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ class Wiaas_Delivery_Process_Step extends Gravity_Flow_Step {
'form_id' => $this->target_form_id,
'wiaas_delivery_process_id' => $this->get_entry_id(),
'wiaas_delivery_order_id' => $entry['wiaas_delivery_order_id'],
'wiaas_delivery_step_name' => $this->get_name(),
);
$customer_id_value = null;