Damo Posted 13 hours ago Share Posted 13 hours ago (edited) Try to view a statement from the Client Summary tab or via Reports generates the following: Error: Call to a member function lte() on bool in /home/redacted-1/public_html/modules/reports/client_statement.php:194 Stack trace: #0 /home/redacted-1/public_html/redacted-2/reports.php(0): unknown() #1 {main} Is this a new bug? Edited: The client statement works for clients that have not made payments prior to our upgrade to v 9.x. Edited 13 hours ago by Damo 0 Quote Link to comment Share on other sites More sharing options...
wtools Posted 8 hours ago Share Posted 8 hours ago Hello, It may be a new bug, but a good new is we can fix it as the report code is not encrypted. Open the file /home/redacted-1/public_html/modules/reports/client_statement.php: And then you will see a line $carbonDate = $entry['date']; around the line 194, just after that add the line if (!($carbonDate instanceof Carbon)) { continue; } That should fix it. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.