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