From 3af4db41aca3c7f54e47a82752150f41a2dc6e5b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 25 Dec 2019 23:47:53 -0600 Subject: [PATCH] flex structure issue --- app/Console/Commands/Flex/FlexStructureCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/Flex/FlexStructureCommand.php b/app/Console/Commands/Flex/FlexStructureCommand.php index 740282c21..14e170d1d 100644 --- a/app/Console/Commands/Flex/FlexStructureCommand.php +++ b/app/Console/Commands/Flex/FlexStructureCommand.php @@ -87,6 +87,7 @@ class FlexStructureCommand extends Command foreach($structures as $structure) { $body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK
"; } + dd($totalCost); $body += "Total Cost: " . $totalCost; $body += "Please remit payment to Spatial Forces by the 3rd of the month.
"; $body += "Sincerely,
";