mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:24:28 -04:00
Fix for P&L report
This commit is contained in:
parent
e6dddd3736
commit
d5bf19ad98
@ -36,7 +36,7 @@ class ExpensePresenter extends EntityPresenter
|
|||||||
|
|
||||||
public function month()
|
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()
|
public function amount()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user