testing pagination for wallet journals

This commit is contained in:
2018-12-20 20:53:09 -06:00
parent 7393342eca
commit abf04dd0ef

View File

@@ -78,6 +78,8 @@ class CorpJournal extends Command
private function GetJournal($charId) {
$finances = new FinanceHelper();
//Get the master wallet journal for the corporation for the character
$finances->GetWalletJournal(1, $charId);
$lastPage = $finances->GetWalletJournal(1, $charId);
return $lastPage;
}
}