mining taxes invoices
This commit is contained in:
@@ -120,8 +120,7 @@ class MiningTaxesInvoices extends Command
|
|||||||
//Create the mail body
|
//Create the mail body
|
||||||
$body .= "Dear Miner,<br><br>";
|
$body .= "Dear Miner,<br><br>";
|
||||||
$body .= "Mining Taxes are due for the following ores mined from alliance moons: <br>";
|
$body .= "Mining Taxes are due for the following ores mined from alliance moons: <br>";
|
||||||
foreach($rows as $ore => $quantity) {
|
foreach($ores as $ore => $quantity) {
|
||||||
dd($quantity);
|
|
||||||
$oreName = $lookup->ItemIdToName($ore);
|
$oreName = $lookup->ItemIdToName($ore);
|
||||||
$body .= $oreName . ": " . number_format($quantity, 0, ".", ",") . "<br>";
|
$body .= $oreName . ": " . number_format($quantity, 0, ".", ",") . "<br>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user