pass $task_id inside of row item
This commit is contained in:
parent
a601702a0e
commit
3768add8a0
1 changed files with 2 additions and 0 deletions
|
|
@ -666,6 +666,8 @@ trait MakesInvoiceValues
|
|||
$data[$key][$table_type.'.tax_rate3'] = '';
|
||||
$data[$key][$table_type.'.tax3'] = &$data[$key][$table_type.'.tax_rate3'];
|
||||
}
|
||||
|
||||
$data[$key]['task_id'] = optional($item)->task_id;
|
||||
}
|
||||
|
||||
return $data;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue