flex structure issue
This commit is contained in:
@@ -79,6 +79,8 @@ class FlexStructureCommand extends Command
|
|||||||
'requestor_id' => $contact,
|
'requestor_id' => $contact,
|
||||||
])->get();
|
])->get();
|
||||||
|
|
||||||
|
dd($structures);
|
||||||
|
|
||||||
//Totalize the total cost of everything
|
//Totalize the total cost of everything
|
||||||
$totalCost = $this->TotalizeCost($structures);
|
$totalCost = $this->TotalizeCost($structures);
|
||||||
|
|
||||||
@@ -88,7 +90,7 @@ class FlexStructureCommand extends Command
|
|||||||
$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);
|
dd($totalCost);
|
||||||
$body += "Total Cost: " . $totalCost;
|
$body += "Total Cost: " . number_format($totalCost, 2,".", ",");
|
||||||
$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>";
|
||||||
$body += "Warped Intentions Leadership<br>";
|
$body += "Warped Intentions Leadership<br>";
|
||||||
|
|||||||
Reference in New Issue
Block a user