mining operations
This commit is contained in:
@@ -68,12 +68,14 @@ class ProcessAllianceMiningOperations implements ShouldQueue
|
||||
$ledgers = Ledger::where([
|
||||
'observer_id' => $operation->structure_id,
|
||||
'invoiced' => 'No',
|
||||
'last_updated' => $operation->operation_date,
|
||||
])->get();
|
||||
|
||||
foreach($ledgers as $ledger) {
|
||||
Ledger::where([
|
||||
'observer_id' => $operation->structure_id,
|
||||
'invoiced' => 'No',
|
||||
'last_updated' => $operation->operation_date,
|
||||
])->update([
|
||||
'invoiced' => 'Yes',
|
||||
'invoice_id' => 'MiningOp' . $operation->id,
|
||||
|
||||
Reference in New Issue
Block a user