choose corp tax history for admins
This commit is contained in:
@@ -49,7 +49,7 @@ class StructureTaxHelper {
|
||||
}
|
||||
|
||||
//Return the amount
|
||||
return $taxOwed;
|
||||
return floor($taxOwed);
|
||||
}
|
||||
|
||||
public function GetRevenue($corpId, $refType, $start, $end) {
|
||||
|
||||
Reference in New Issue
Block a user