finance helper
This commit is contained in:
@@ -268,14 +268,14 @@ class FinanceHelper {
|
|||||||
|
|
||||||
public function GetWalletJournalPage($division, $charId, $page = 1) {
|
public function GetWalletJournalPage($division, $charId, $page = 1) {
|
||||||
//Declare new class variables
|
//Declare new class variables
|
||||||
$market = new AllianceMarketTax();
|
$market = new AllianceMarketTax;
|
||||||
$reprocessing = new ReprocessingTax();
|
$reprocessing = new ReprocessingTax;
|
||||||
$jb = new JumpBridgeTax();
|
$jb = new JumpBridgeTax;
|
||||||
$other = new PlayerDonation();
|
$other = new PlayerDonation;
|
||||||
$industry = new StructureIndustryTax();
|
$industry = new StructureIndustryTax;
|
||||||
$office = new OfficeFee();
|
$office = new OfficeFee;
|
||||||
$pi = new PlanetProductionTax();
|
$pi = new PlanetProductionTax;
|
||||||
$esiHelper = new Esi();
|
$esiHelper = new Esi;
|
||||||
$lookups = new LookupHelper;
|
$lookups = new LookupHelper;
|
||||||
|
|
||||||
//Get the ESI refresh token for the corporation to add new wallet journals into the database
|
//Get the ESI refresh token for the corporation to add new wallet journals into the database
|
||||||
|
|||||||
Reference in New Issue
Block a user