removed chart field from pl and tax reports
This commit is contained in:
@@ -109,4 +109,13 @@ class ProfitLoss extends Report
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
return [
|
||||
$this->getGroupField(),
|
||||
$this->getPeriodField(),
|
||||
$this->getBasisField(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user