tidy contract issue

This commit is contained in:
2019-06-01 02:04:06 -05:00
parent 0ce34f4135
commit fe837da592

View File

@@ -163,7 +163,7 @@ class ContractAdminController extends Controller
SendEveMailJob::dispatch($mail)->onQueue('mail');
//Tidy up the contract by doing a few things.
TidyContract($contract, $bid);
$this->TidyContract($contract, $bid);
//Redirect back to the contract admin dashboard.
return redirect('/contracts/admin/display')->with('success', 'Contract finalized. Mail has been sent to the queue for processing.');