From 3b5d1a1b16ad8be02e88a3c076dac109e2fd59f0 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 14 Dec 2018 18:12:55 -0600 Subject: [PATCH] choose corp tax history for admins --- app/Library/Structures/StructureTaxHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 333c4c8db..8cb32aad9 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -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 {