mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01: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()
|
||||
{
|
||||
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