From e803f0ae858245c372a7255bdcb8ba8ba96e47fb Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 6 Jan 2019 03:41:18 -0600 Subject: [PATCH] financials --- app/Library/Finances/Helper/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Finances/Helper/FinanceHelper.php b/app/Library/Finances/Helper/FinanceHelper.php index 9049f40a1..b6a790b6d 100644 --- a/app/Library/Finances/Helper/FinanceHelper.php +++ b/app/Library/Finances/Helper/FinanceHelper.php @@ -206,7 +206,7 @@ class FinanceHelper { $industry->InsertStructureIndustryTax($entry, $corpId, $division); } else if($entry['ref_type'] == 'planetary_import_tax' || $entry['ref_type'] == 'planetary_export_tax') { $pi = new PlanetProductionTax(); - $pi->InsertPlanetaryProductionTax($entry, $corpId, $division); + $pi->InsertPlanetProductionTax($entry, $corpId, $division); } else if($entry['ref_type'] == 'office_rental_fee') { $office = new OfficeFee(); $office->InsertOfficeFee($entry, $corpId, $division);