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