Skip to content

Commit

Permalink
CHART_OF_CALCULATION_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemoncat committed Jul 5, 2021
1 parent d5d011c commit e63af85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ func (o ConfigurationChildObjects) GetChildByType(mdoType MDOType) *MDOTypeRefLi
return &o.AccumulationRegisters
case CHART_OF_CALCULATION_TYPES:
return &o.ChartsOfCalculationTypes
case CHART_OF_CHARACTERISTIC_TYPES:
return &o.ChartsOfCharacteristicTypes
case CALCULATION_REGISTER:
return &o.CalculationRegisters
case BUSINESS_PROCESS:
Expand Down

0 comments on commit e63af85

Please sign in to comment.