diff --git a/app/Models/VersionGantt.php b/app/Models/VersionGantt.php index 1cf1787..12a765d 100644 --- a/app/Models/VersionGantt.php +++ b/app/Models/VersionGantt.php @@ -19,6 +19,8 @@ class VersionGantt extends Model 'config_dayoff', 'auto_schedule', 'calculation_type', + 'committed_cost', + 'cost_to_complete', 'created_at', 'created_by', 'updated_at',