From 6e558b1ee2086e7c18d505daafafb0a1fff19394 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Fri, 18 Apr 2025 16:02:10 +0200 Subject: [PATCH] - added classification id 138; --- src/configData.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/configData.js b/src/configData.js index 6e5efda..8d1b4bd 100644 --- a/src/configData.js +++ b/src/configData.js @@ -222,6 +222,11 @@ export const classificationType = [ 'name': 'DIGITAL ASSESMENT', 'idTipoprotocollo': 1 }, + { + 'idClassificazione': 138, + 'name': 'DOMANDA FONDO DI GARANZIA MCC', + 'idTipoprotocollo': 1 + }, { 'idClassificazione': 202, 'name': 'LETTERA DI GARANZIA',