fixed quota_min

This commit is contained in:
Francesco Mangiacrapa 2024-01-11 17:08:27 +01:00
parent 70653b6d5c
commit 9fac05e248
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
}, },
{ {
"name": "quota_min", "name": "quota_min",
"path": "$._theDocument.quotaMax", "path": "$._theDocument.quotaMin",
"type": "TEXT" "type": "TEXT"
} }
], ],