supply chain controller
This commit is contained in:
@@ -225,9 +225,7 @@ class SupplyChainController extends Controller
|
|||||||
//Get the contract information for the bid
|
//Get the contract information for the bid
|
||||||
$contract = SupplyChainContract::where([
|
$contract = SupplyChainContract::where([
|
||||||
'contract_id' => $bid->contract_id,
|
'contract_id' => $bid->contract_id,
|
||||||
])->get();
|
])->first();
|
||||||
|
|
||||||
dd($contract);
|
|
||||||
|
|
||||||
$temp['bid_id'] = $bid->bid_id;
|
$temp['bid_id'] = $bid->bid_id;
|
||||||
$temp['contract_id'] = $bid->contract_id;
|
$temp['contract_id'] = $bid->contract_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user