want to use the same data set for new stuff to work on.

This commit is contained in:
2021-03-24 22:00:40 +09:00
parent bd0170e094
commit 2ff1897f60

View File

@@ -203,7 +203,7 @@ class MiningTaxesInvoicesNew extends Command
'character_id' => $charId,
'invoiced' => 'No',
])->update([
'invoiced' => 'Yes',
'invoiced' => 'No',
'invoice_id' => $invoiceId,
]);