want to use the same data set for new stuff to work on.
This commit is contained in:
@@ -203,7 +203,7 @@ class MiningTaxesInvoicesNew extends Command
|
||||
'character_id' => $charId,
|
||||
'invoiced' => 'No',
|
||||
])->update([
|
||||
'invoiced' => 'Yes',
|
||||
'invoiced' => 'No',
|
||||
'invoice_id' => $invoiceId,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user