reports view alignment updated
This commit is contained in:
@ -16,6 +16,11 @@ class ProfitLoss extends Report
|
||||
|
||||
public $icon = 'fa fa-heart';
|
||||
|
||||
public $indents = [
|
||||
'table_header' => '0px',
|
||||
'table_rows' => '48px',
|
||||
];
|
||||
|
||||
public function setViews()
|
||||
{
|
||||
parent::setViews();
|
||||
|
Reference in New Issue
Block a user