Hide total in columns
This commit is contained in:
@@ -7,6 +7,11 @@ if (empty($column['project_id']) || ! $this->FinanceHelper->isEnabled($column['p
|
||||
return;
|
||||
}
|
||||
|
||||
// Per-column opt-out, toggled from the column dropdown menu.
|
||||
if ($this->FinanceHelper->isTotalHidden($column['project_id'], $column['id'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
$net = $this->FinanceHelper->columnNet($column);
|
||||
|
||||
if ($net > 0) {
|
||||
|
||||
Reference in New Issue
Block a user