From 5e74cc5d2a2130afcac061d7dc21d638bbb8873b Mon Sep 17 00:00:00 2001 From: thedemoncat Date: Mon, 5 Jul 2021 16:46:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=BF=D1=83=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=82=D0=B8=D0=BF=20ChartOfCharacteristicTypes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdoTypes.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdoTypes.go b/mdoTypes.go index 3ef87639..1c5edd8e 100644 --- a/mdoTypes.go +++ b/mdoTypes.go @@ -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: