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