cqp 3 сар өмнө
parent
commit
5091b87e10

+ 1 - 1
app/Service/CustomerSupplyService.php

@@ -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 = [];