flex structure command

This commit is contained in:
2019-12-25 23:53:37 -06:00
parent e332d4e55d
commit 8fecd0ab7c

View File

@@ -79,8 +79,6 @@ class FlexStructureCommand extends Command
'requestor_id' => $contact->requestor_id,
])->get();
dd($structures);
//Totalize the total cost of everything
$totalCost = $this->TotalizeCost($structures);
@@ -89,7 +87,6 @@ class FlexStructureCommand extends Command
foreach($structures as $structure) {
$body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK<br>";
}
$body += "Total Cost: " . number_format($totalCost, 2,".", ",");
$body += "Please remit payment to Spatial Forces by the 3rd of the month.<br>";
$body += "Sincerely,<br>";