supply chain controller
This commit is contained in:
@@ -208,7 +208,7 @@ class SupplyChainController extends Controller
|
|||||||
//Display bids for the user on a page
|
//Display bids for the user on a page
|
||||||
$bids = array();
|
$bids = array();
|
||||||
|
|
||||||
$bidsCount = SupplyChain::where([
|
$bidsCount = SupplyChainBid::where([
|
||||||
'entity_id' => auth()->user()->getId(),
|
'entity_id' => auth()->user()->getId(),
|
||||||
'bid_type' => 'pending',
|
'bid_type' => 'pending',
|
||||||
])->count();
|
])->count();
|
||||||
|
|||||||
Reference in New Issue
Block a user