diff --git a/app/Http/Controllers/ContractAdminController.php b/app/Http/Controllers/ContractAdminController.php index f49539f75..4b746bfb6 100644 --- a/app/Http/Controllers/ContractAdminController.php +++ b/app/Http/Controllers/ContractAdminController.php @@ -151,7 +151,7 @@ class ContractAdminController extends Controller $body = 'You have been accepted to perform the following contract:
'; $body .= $contract['contract_id'] . ' : ' . $contract['title'] . '
'; $body .= 'Notes:
'; - $body .= $contract['description'] . '
'; + $body .= $contract['body'] . '
'; $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.'; $body .= 'Sincerely,
Spatial Forces Contracting Department'; while($mail->SendMail($bid['character_id'], 'character', $subject, $body)) {