FinanceHelper->isEnabled($column['project_id'])) { return; } $net = $this->FinanceHelper->columnNet($column); if ($net > 0) { $class = 'fb-column-total fb-total-credit'; $sign = '+'; } elseif ($net < 0) { $class = 'fb-column-total fb-total-debit'; $sign = '-'; } else { $class = 'fb-column-total fb-total-zero'; $sign = ''; } ?>
: R$