fixed validation per dup0licate parts, client inactive, fixed flags scheme, update schema json

This commit is contained in:
2026-07-01 11:43:17 +02:00
parent e0654b4847
commit 6ad10c4d8f
9 changed files with 623 additions and 18 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ try {
// Parametri OData
$params = [
'$select' => 'IdCliente,Nominativo,CodiceCliente',
'$select' => 'IdCliente,Nominativo,CodiceCliente,Inattivo',
'$orderby' => 'Nominativo asc'
];