supply chain controller
This commit is contained in:
@@ -375,7 +375,7 @@ class SupplyChainController extends Controller
|
||||
$bid = SupplyChainBid::where([
|
||||
'contract_id' => $contractId,
|
||||
'entity_id' => auth()->user()->getId(),
|
||||
])->get();
|
||||
])->first();
|
||||
|
||||
$bidId = $bid->id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user