flex structure issue
This commit is contained in:
@@ -87,6 +87,7 @@ class FlexStructureCommand extends Command
|
|||||||
foreach($structures as $structure) {
|
foreach($structures as $structure) {
|
||||||
$body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK<br>";
|
$body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK<br>";
|
||||||
}
|
}
|
||||||
|
dd($totalCost);
|
||||||
$body += "Total Cost: " . $totalCost;
|
$body += "Total Cost: " . $totalCost;
|
||||||
$body += "Please remit payment to Spatial Forces by the 3rd of the month.<br>";
|
$body += "Please remit payment to Spatial Forces by the 3rd of the month.<br>";
|
||||||
$body += "Sincerely,<br>";
|
$body += "Sincerely,<br>";
|
||||||
|
|||||||
Reference in New Issue
Block a user