ColUrgency
- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
@@ -36,7 +36,7 @@ extern Context context;
|
||||
ColumnUrgency::ColumnUrgency ()
|
||||
{
|
||||
_name = "urgency";
|
||||
_type = "number";
|
||||
_type = "numeric";
|
||||
_style = "real";
|
||||
_label = STRING_COLUMN_LABEL_URGENCY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user