From fe19d45e04478221af73f17c0667688080e89e95 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Thu, 30 Oct 2025 19:13:37 +0100 Subject: [PATCH] - added new archivation category; --- .idea/.name | 1 + src/configData.js | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .idea/.name diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..8e44cc2 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +configData.js \ No newline at end of file diff --git a/src/configData.js b/src/configData.js index 3f8ee31..0a0ebc1 100644 --- a/src/configData.js +++ b/src/configData.js @@ -252,6 +252,11 @@ export const classificationType = [ 'name': 'LETTERA TRASPARENZA', 'idTipoprotocollo': 2 }, + { + 'idClassificazione': 212, + 'name': 'LETTERA ACCETTAZIONE DELIBERA PROTOCOLLO', + 'idTipoprotocollo': 2 + }, { 'idClassificazione': 205, 'name': 'CONTRATTO',