|
|
@@ -132,7 +132,7 @@ class CustomerSupplyService extends Service
|
|
|
->where('customer_supply_id', $id)
|
|
|
->get()->toArray();
|
|
|
|
|
|
- $map = Organization::whereIn('id', array_column($data['organization_id']))
|
|
|
+ $map = Organization::whereIn('id', array_column($data,'organization_id'))
|
|
|
->pluck('title','id')
|
|
|
->toArray();
|
|
|
$unit = [];
|