Ask, reply and learn. Join the community of Akaunting.
After update to latest version, got 500 error on generating report. Investigated and found bug.
$formatted_date was undefined in app/Traits/DateTime.php
Fixed with adding this at line 265:
$formatted_date = '';
Anyone have same problem? Is this a valid fix?
Showing 1 to 1 of 1 discussions