id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3588	AttributeError: 'int' object has no attribute 'replace'	louise@bujj.be	bobbysmith007	TRAC version: 0.11.1 (stable)\r\n\r\nFollowing error message on Python console when i want to modify "Add Hours to Ticket" field on tickets created before TimingAndEstimationPlugin installed:\r\n{{{\r\n"AttributeError: 'int' object has no attribute 'replace'"\r\n}}}\r\n\r\nI made a quick fix in file ticket_daemon.py, line: 75 like this:\r\n{{{\r\n        #convertfloat = lambda x: float(x.replace(',','.'))                                                                   \r\n        convertfloat = lambda x: float(str(x).replace(',','.')) \r\n}}}	defect	closed	normal	TimingAndEstimationPlugin	blocker	fixed	AttributeError		0.11
