supply chain controller

This commit is contained in:
2020-08-07 14:14:58 -05:00
parent 4c0126bf4b
commit ec315dc63f

View File

@@ -354,7 +354,7 @@ class SupplyChainController extends Controller
'bid_id' => $bidId,
])->delete();
return redirect('/suppplychain/dashboard')->with('success', 'Deleted supply chain contract bid.');
return redirect('/supplychain/dashboard')->with('success', 'Deleted supply chain contract bid.');
} else {
return redirect('/supplychain/dashboard')->with('error', 'No bid found to delete.');
}