fixed issue in ledger
This commit is contained in:
@@ -294,7 +294,7 @@ class SendMiningTaxesInvoices implements ShouldQueue
|
|||||||
'character_id' => $char,
|
'character_id' => $char,
|
||||||
'invoiced' => 'No',
|
'invoiced' => 'No',
|
||||||
])->update([
|
])->update([
|
||||||
'invoice' => $invoiceId,
|
'invoice_id' => $invoiceId,
|
||||||
'invoiced' => 'Yes',
|
'invoiced' => 'Yes',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user