ColUrgency

- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
Paul Beckingham 2014-06-15 09:49:26 -04:00
parent 6b6e9a6b15
commit 9d727a73d2

View file

@ -36,7 +36,7 @@ extern Context context;
ColumnUrgency::ColumnUrgency ()
{
_name = "urgency";
_type = "number";
_type = "numeric";
_style = "real";
_label = STRING_COLUMN_LABEL_URGENCY;