invoice stuff
This commit is contained in:
@@ -61,7 +61,7 @@ class MiningTaxesInvoices extends Command
|
|||||||
|
|
||||||
//Get the characters for each non-invoiced ledger entry
|
//Get the characters for each non-invoiced ledger entry
|
||||||
$charIds = Ledger::where([
|
$charIds = Ledger::where([
|
||||||
'invoiced' => 'No',
|
'invoiced' => 'Yes',
|
||||||
])->distinct('character_id')
|
])->distinct('character_id')
|
||||||
->pluck('character_id');
|
->pluck('character_id');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user