Browse Source

Merge pull request 'update versiont gantt' (#20) from dev-ibnu into staging

Reviewed-on: ordo/adw-backend#20
pull/3/head
ibnu 1 year ago
parent
commit
fdee08440a
  1. 2
      app/Models/VersionGantt.php

2
app/Models/VersionGantt.php

@ -21,6 +21,8 @@ class VersionGantt extends Model
'calculation_type', 'calculation_type',
'committed_cost', 'committed_cost',
'cost_to_complete', 'cost_to_complete',
'progress',
'hierarchy_ftth_id',
'created_at', 'created_at',
'created_by', 'created_by',
'updated_at', 'updated_at',

Loading…
Cancel
Save