Statement not working

version 4.5.16

Known issue that they’ll have a fix for in their next release.

In the meantime, you can go into your Invoice Ninja folder and go to app/Http/Controllers. Open up ClientController.php, and change line 263 from

return dispatch(new GenerateStatementData($client, request()->all()));

to

return dispatch_now(new GenerateStatementData($client, request()->all()));

Same as the commit here: https://github.com/invoiceninja/invoiceninja/pull/3070/commits/caa275b9530c7b5254767817d5c72de3e55e69de

Thanks that fix worked for me, also had v4.5.16