invoice stuff

This commit is contained in:
2021-03-18 00:12:10 +09:00
parent db11b6255b
commit 42ba7f3036

View File

@@ -61,7 +61,7 @@ class MiningTaxesInvoices extends Command
//Get the characters for each non-invoiced ledger entry
$charIds = Ledger::where([
'invoiced' => 'No',
'invoiced' => 'Yes',
])->distinct('character_id')
->pluck('character_id');