FlowPoolExport
This commit is contained in:
parent
5d2819aefc
commit
960f05457c
@ -46,8 +46,8 @@ class FlowPoolExport extends AbstractExport implements FromCollection, WithHeadi
|
|||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
array_sum($list->pluck('minimum_price')->toArray()) ?: 0,
|
'',
|
||||||
array_sum($list->pluck('excess_price')->toArray()) ?: 0,
|
'',
|
||||||
array_sum($list->pluck('members')->toArray()) ?: 0,
|
array_sum($list->pluck('members')->toArray()) ?: 0,
|
||||||
array_sum($list->pluck('total_price')->toArray()) ?: 0,
|
array_sum($list->pluck('total_price')->toArray()) ?: 0,
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user