From 186906773b1a2d9efc088aa2aa55fd8d7479d08e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 2 May 2019 23:53:44 -0500 Subject: [PATCH] ending contracts --- app/Http/Controllers/ContractAdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ContractAdminController.php b/app/Http/Controllers/ContractAdminController.php index 0866e337e..f49539f75 100644 --- a/app/Http/Controllers/ContractAdminController.php +++ b/app/Http/Controllers/ContractAdminController.php @@ -149,7 +149,7 @@ class ContractAdminController extends Controller //Send mail out to winner of the contract $subject = 'Contract Won'; $body = 'You have been accepted to perform the following contract:
'; - $body .= $contract['id'] . ' : ' . $contract['title'] . '
'; + $body .= $contract['contract_id'] . ' : ' . $contract['title'] . '
'; $body .= 'Notes:
'; $body .= $contract['description'] . '
'; $body .= 'Please remit contract when the items are ready to Spatial Forces. Description should be the contract identification number. Request ISK should be the bid amount.';