mining taxes invoices

This commit is contained in:
2021-02-26 00:44:37 +09:00
parent 523e345350
commit 6d55eeae45

View File

@@ -73,9 +73,7 @@ class MiningTaxesInvoices extends Command
$rows = Ledger::where([
'character_id' => $charId,
'invoiced' => 'No',
])->get();
dd($rows);
])->get();
//Taly up the item composition from each row and multiply by the quantity
foreach($rows as $row) {