ColDue: Added _modifiable
This commit is contained in:
@@ -31,8 +31,9 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnDue::ColumnDue ()
|
||||
{
|
||||
_name = "due";
|
||||
_label = STRING_COLUMN_LABEL_DUE;
|
||||
_name = "due";
|
||||
_modifiable = true;
|
||||
_label = STRING_COLUMN_LABEL_DUE;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user