1
0
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:
Hillel Coren 2018-03-21 18:12:17 +02:00
parent 01bce5d01d
commit 81e0ff12b3

View File

@ -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()