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,
|
'character_id' => $charId,
|
||||||
'invoiced' => 'No',
|
'invoiced' => 'No',
|
||||||
])->update([
|
])->update([
|
||||||
'invoiced' => 'Yes',
|
'invoiced' => 'No',
|
||||||
'invoice_id' => $invoiceId,
|
'invoice_id' => $invoiceId,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user