KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

A bug at Utility.php? #418

Open ES opened this topic on on Aug 16, 2018 - 1 comments

ES commented on Aug 16, 2018

I think there is a bug at the line 87 of Utility.php. The original line looks like that:

if($displayFormat) ...

But if $value is null, I will get an error. I changed this line to

if($displayFormat && $value) ..

and it works fine.

KoolReport commented on Aug 16, 2018

That's great fix. Thank you very much!

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
bug
solved

None