From 261438b509a5186e33a36be2e06809b5cc953a50 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 11 Jan 2024 17:13:05 +0100 Subject: [PATCH] fixed quota_min --- D4S_UCDs/DEV/devVRE/Concessioni.json | 2 +- D4S_UCDs/PRE/preVRE/Concessioni.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/D4S_UCDs/DEV/devVRE/Concessioni.json b/D4S_UCDs/DEV/devVRE/Concessioni.json index eedf611..82cc73a 100644 --- a/D4S_UCDs/DEV/devVRE/Concessioni.json +++ b/D4S_UCDs/DEV/devVRE/Concessioni.json @@ -329,7 +329,7 @@ }, { "name": "quota_min", - "path": "$._theDocument.quotaMax", + "path": "$._theDocument.quotaMin", "type": "TEXT" } ], diff --git a/D4S_UCDs/PRE/preVRE/Concessioni.json b/D4S_UCDs/PRE/preVRE/Concessioni.json index a877f19..7f69406 100644 --- a/D4S_UCDs/PRE/preVRE/Concessioni.json +++ b/D4S_UCDs/PRE/preVRE/Concessioni.json @@ -329,7 +329,7 @@ }, { "name": "quota_min", - "path": "$._theDocument.quotaMax", + "path": "$._theDocument.quotaMin", "type": "TEXT" } ],