testing pagination for wallet journals
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user