updated with new send mining taxes invoice job in the old job space

This commit is contained in:
2021-05-25 01:04:55 +09:00
parent adee63564d
commit ee7e149c35

View File

@@ -107,6 +107,7 @@ class TestController extends Controller
$ledgers->push([
'character_id' => $row->character_id,
'character_name' => $row->character_name,
'observer_id' => $row->observer_id,
'type_id' => $row->type_id,
'ore_name' => $row->ore_name,
'quantity' => $row->quantity,
@@ -140,6 +141,7 @@ class TestController extends Controller
$ledgers->push([
'character_id' => $row->character_id,
'character_name' => $row->character_name,
'observer_id' => $row->observer_id,
'type_id' => $row->type_id,
'ore_name' => $row->ore_name,
'quantity' => $row->quantity,