added auto user accettatore id

This commit is contained in:
2026-02-25 15:24:41 +01:00
parent 35021e9d9b
commit cf44e67922
8 changed files with 258 additions and 26 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ try {
// Parametri OData
$params = [
'$select' => 'IdCliente,Nominativo,CodiceNazioneFatturazione',
'$select' => 'IdCliente,Nominativo,CodiceCliente',
'$orderby' => 'Nominativo asc'
];