diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index cc9dcc299..43d5592bc 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -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');