Skip to content
2 changes: 1 addition & 1 deletion inc/container.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ public static function getAddSearchOptions($itemtype, $containers_id = false)
$opt[$i]['datatype'] = 'text';
break;
case 'number':
$opt[$i]['datatype'] = 'decimal';
$opt[$i]['datatype'] = 'float';
break;
case 'date':
case 'datetime':
Expand Down