Comment 3 for bug 480630

Revision history for this message
Eduardo Ruiz (readylan) wrote :

Hi Christophe, you're absolutely right.

There is an error processing a report in "account_balance_reporting" module.

When you press [calculate] button you get an error ( .... (AttributeError: 'bool' object has no attribute 'split') ) on this line:
-- 315 template_value = template_value.split(';')[0]
due to some template lines have no values in current_value / previous_value fields.

Regards,

Eduardo