financials

This commit is contained in:
2019-01-06 03:41:18 -06:00
parent 0b8e3a32f0
commit e803f0ae85

View File

@@ -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);