Commit be012b43 authored by Aurel's avatar Aurel

oups it's float and not date format


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14752 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba841b12
......@@ -1148,7 +1148,7 @@ class FloatWidget(TextWidget):
input_style = input_style.split('.')[0]
return {'query': value,
'format': input_style,
'type': 'date'}
'type': 'float'}
FloatWidgetInstance = FloatWidget()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment