fixed issue in ledger

This commit is contained in:
2021-05-31 17:28:47 +09:00
parent a3dfb2bbe6
commit d842e7bc02

View File

@@ -294,7 +294,7 @@ class SendMiningTaxesInvoices implements ShouldQueue
'character_id' => $char,
'invoiced' => 'No',
])->update([
'invoice' => $invoiceId,
'invoice_id' => $invoiceId,
'invoiced' => 'Yes',
]);
}