From 40864d520226412ef99a4113077723aae7f5d0e8 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Wed, 29 Oct 2025 15:37:31 +0100 Subject: [PATCH] - updated config of archive docyment categories; --- src/configData.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/configData.js b/src/configData.js index 30a235d..3f8ee31 100644 --- a/src/configData.js +++ b/src/configData.js @@ -237,6 +237,11 @@ export const classificationType = [ 'name': 'FATTURA', 'idTipoprotocollo': 2 }, + { + 'idClassificazione': 200, + 'name': 'LETTERA ACCETTAZIONE DELIBERA', + 'idTipoprotocollo': 2 + }, { 'idClassificazione': 201, 'name': 'LETTERA ESITO DELIBERA',