created simplified mining tax invoice

This commit is contained in:
2021-05-25 00:29:59 +09:00
parent d9d447bf54
commit ec50817657

View File

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