choose corp tax history for admins

This commit is contained in:
2018-12-14 18:12:55 -06:00
parent e0be31dd60
commit 3b5d1a1b16

View File

@@ -83,7 +83,7 @@ class StructureTaxHelper {
//We need to calculate the correct ratio based on structure tax,
//Then figure out what is owed to the alliance
if($type == 'Market') {
$ratioType = 2.0;
$ratioType = 2.5;
} else if($type == 'Refinery') {
$ratioType = 1.0;
} else {