removed chart field from pl and tax reports

This commit is contained in:
denisdulici
2020-01-23 15:03:25 +03:00
parent 6c72fc39ce
commit f3e79c4885
4 changed files with 22 additions and 4 deletions

View File

@@ -109,4 +109,13 @@ class ProfitLoss extends Report
}
}
}
public function getFields()
{
return [
$this->getGroupField(),
$this->getPeriodField(),
$this->getBasisField(),
];
}
}