RT 3.4.1: Custom fields with value 0 get set to empty

Hi,

I’m running RT 3.4.1 and noticed that “single value” custom fields where
the user enters “0” often get translated to an empty custom field.
A value of “0.0” is kept intact.

This looks like a typical perl programming bug where
if ($variable) is used instead of if (defined($variable)).

Googling through the list archives and the change logs didn’t find
a hit for me.

Is this a known problem that has been fixed in a later version?

/ol
< Otmar Lendl (lendl@nic.at) | nic.at Systems Engineer >