structure controller

This commit is contained in:
2018-12-08 00:48:47 -06:00
parent 27356a2759
commit 610e036d5e

View File

@@ -72,7 +72,7 @@ class StructureController extends Controller
/**
* Calculate the final taxes and send to display
*/
$mTax = DB::select('SELECT AVG(tax) FROM CorpStructures WHERE corporation_id = ? AND structure_type = ?', [$corporation, 'Citadel']);
$mTax = DB::select('SELECT AVG(tax) FROM CorpStructures WHERE 1');
dd($mTax);
$monthTaxesMarket = $tempMonthTaxesMarket - $marketFuelCost;