ColDue: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 11:09:13 -05:00
parent 62f40d0830
commit 9fd1500d20

View file

@ -32,6 +32,7 @@
ColumnDue::ColumnDue () ColumnDue::ColumnDue ()
{ {
_name = "due"; _name = "due";
_modifiable = true;
_label = STRING_COLUMN_LABEL_DUE; _label = STRING_COLUMN_LABEL_DUE;
} }