supply chain controller

This commit is contained in:
2020-08-07 13:50:52 -05:00
parent bb84b15f3b
commit eef0d65d44

View File

@@ -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();