created simplified mining tax invoice

This commit is contained in:
2021-05-25 00:27:33 +09:00
parent 50e69755eb
commit c3a8393c84

View File

@@ -96,6 +96,8 @@ class TestController extends Controller
'character_id' => $main->character_id,
])->where('last_updated', '>', '2021-05-01')->count();
dd($mainLedgerCount);
//If there are ledgers for the main, then let's grab them
if($mainLedgerCount > 0) {
$mainLedgers = Ledger::where([