|
|
|
@ -276,7 +276,7 @@ var allColumns = [
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: "planned_end", label: "Planned End", align: "center", min_width: 80, editor: editor.planned_end, resize: true, template: function (text) { |
|
|
|
|
name: "planned_end", label: "Planned Finish", align: "center", min_width: 80, editor: editor.planned_end, resize: true, template: function (text) { |
|
|
|
|
if (!text.planned_end) { |
|
|
|
|
return text.end_date; |
|
|
|
|
} |
|
|
|
|