choose corp tax history for admins

This commit is contained in:
2018-12-14 17:48:46 -06:00
parent 1414541257
commit e0d7021ddf
@@ -49,7 +49,7 @@ class StructureTaxHelper {
}
//Return the amount
return $taxOwed;
return floor($taxOwed);
}
public function GetRevenue($corpId, $refType, $start, $end) {