Fix for P&L report
This commit is contained in:
parent
e6dddd3736
commit
d5bf19ad98
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ExpensePresenter extends EntityPresenter
|
|||
|
||||
public function month()
|
||||
{
|
||||
return Carbon::parse($this->entity->payment_date)->format('Y m');
|
||||
return Carbon::parse($this->entity->expense_date)->format('Y m');
|
||||
}
|
||||
|
||||
public function amount()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue