mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
pass $task_id inside of row item
This commit is contained in:
parent
a601702a0e
commit
3768add8a0
@ -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…
x
Reference in New Issue
Block a user