From d5d011c38de4c6c039a96e432e6ecbf4e6cb5432 Mon Sep 17 00:00:00 2001 From: thedemoncat Date: Mon, 5 Jul 2021 16:52:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdoTypes.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mdoTypes.go b/mdoTypes.go index 1c5edd8e..142a9568 100644 --- a/mdoTypes.go +++ b/mdoTypes.go @@ -138,10 +138,8 @@ func (m MDOType) Group() string { return "AccountingRegisters" case ACCUMULATION_REGISTER: return "AccumulationRegisters" - case CHART_OF_CALCULATION_TYPES: - return "ChartOfCalculationTypes" case CHART_OF_CHARACTERISTIC_TYPES: - return "ChartOfCharacteristicTypes" + return "ChartsOfCharacteristicTypes" case CALCULATION_REGISTER: return "CalculationRegisters" case BUSINESS_PROCESS: