0.0 outputted as null in JasperReport module

Bug #607130 reported by Paul Vishayanuroj
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openobject-jasper-reports
New
Undecided
Unassigned

Bug Description

If you have a float field set to 0 and use JR to generate a report, the resulting value will be null, not 0. Determined cause of this to be ln.362 of BrowseDataGenerator.py - changing "elif value in (False, None):" to "elif value is False or value is None:" seems to fix it.

affects: openobject-client-kde → openobject-jasper-reports
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.