created simplified mining tax invoice
This commit is contained in:
@@ -96,8 +96,6 @@ class TestController extends Controller
|
|||||||
'character_id' => $main->character_id,
|
'character_id' => $main->character_id,
|
||||||
])->where('last_updated', '>', Carbon::now()->subMonths(3))->count();
|
])->where('last_updated', '>', Carbon::now()->subMonths(3))->count();
|
||||||
|
|
||||||
dd($mainLedgerCount);
|
|
||||||
|
|
||||||
//If there are ledgers for the main, then let's grab them
|
//If there are ledgers for the main, then let's grab them
|
||||||
if($mainLedgerCount > 0) {
|
if($mainLedgerCount > 0) {
|
||||||
$mainLedgers = Ledger::where([
|
$mainLedgers = Ledger::where([
|
||||||
|
|||||||
Reference in New Issue
Block a user