invoice stuff
This commit is contained in:
@@ -60,11 +60,11 @@ class MiningTaxesInvoices extends Command
|
|||||||
$task->SetStartStatus();
|
$task->SetStartStatus();
|
||||||
|
|
||||||
//Get the characters for each non-invoiced ledger entry
|
//Get the characters for each non-invoiced ledger entry
|
||||||
$charIds = Ledger::distinct('character_id')
|
$charIds = Ledger::where([
|
||||||
|
'invoiced' => 'No',
|
||||||
|
])->distinct('character_id')
|
||||||
->pluck('character_id');
|
->pluck('character_id');
|
||||||
|
|
||||||
dd($charIds);
|
|
||||||
|
|
||||||
if($charIds == null) {
|
if($charIds == null) {
|
||||||
//Set the task status as done and Log the issue
|
//Set the task status as done and Log the issue
|
||||||
$task->SetStopStatus();
|
$task->SetStopStatus();
|
||||||
|
|||||||
Reference in New Issue
Block a user