1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-06 03:54:27 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-03-31 19:33:56 +00:00 committed by Vitaly the Alpaca (bot)
parent 0d942b12db
commit ce455d140f

View File

@ -278,13 +278,13 @@
КонецФункции
Функция ЗначениеВМассив(Значение) Экспорт
Процедура ЗначениеВМассив(Значение) Экспорт
Значение_ = Новый Массив;
Значение_.Добавить(Значение);
Значение = Значение_;
КонецФункции
КонецПроцедуры
#КонецОбласти