Skip to content

Commit

Permalink
Пропущен тип ChartOfCharacteristicTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemoncat committed Jul 5, 2021
1 parent 6f5654a commit 5e74cc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mdoTypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ func (m MDOType) Group() string {
case ACCUMULATION_REGISTER:
return "AccumulationRegisters"
case CHART_OF_CALCULATION_TYPES:
return "ChartsOfCalculationTypes"
return "ChartOfCalculationTypes"
case CHART_OF_CHARACTERISTIC_TYPES:
return "ChartOfCharacteristicTypes"
case CALCULATION_REGISTER:
return "CalculationRegisters"
case BUSINESS_PROCESS:
Expand Down

0 comments on commit 5e74cc5

Please sign in to comment.