mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix for P&L report
This commit is contained in:
parent
01bce5d01d
commit
81e0ff12b3
@ -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…
Reference in New Issue
Block a user