disabled ClienteFatturazione temporary

This commit is contained in:
2026-07-04 14:28:03 +02:00
parent 1947730e34
commit 7473973a34
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ try {
"AnagraficaCertestService" => $anagraficaService, "AnagraficaCertestService" => $anagraficaService,
"ClienteFornitore" => $clienteFornitore, // PLACEHOLDER — to be implemented "ClienteFornitore" => $clienteFornitore, // PLACEHOLDER — to be implemented
"ClienteAnalisi" => $clienteAnalisi, // PLACEHOLDER — to be implemented "ClienteAnalisi" => $clienteAnalisi, // PLACEHOLDER — to be implemented
"ClienteFatturazione" => $clienteFatturazione, // "ClienteFatturazione" => $clienteFatturazione, // ⚠️ TEMP DISABLED - problemi API lato LIMS
// DeliveryRequest goes to Campione, not CommessaWeb // DeliveryRequest goes to Campione, not CommessaWeb
]; ];
+1 -1
View File
@@ -1,5 +1,5 @@
<header> <header>
<div class="topbar d-flex align-items-center position-relative"> <div class="topbar d-flex align-items-center">
<?php <?php
// Controllo ambiente TEST // Controllo ambiente TEST
+3 -1
View File
@@ -140,7 +140,9 @@ $fixedAliasMap = [
// - ConsegnaRichiesta: handled by its dedicated validator (also checks the date) // - ConsegnaRichiesta: handled by its dedicated validator (also checks the date)
// - ClienteFornitore: nullable placeholder, sent as null on export and // - ClienteFornitore: nullable placeholder, sent as null on export and
// accepted by LIMS. // accepted by LIMS.
$skipRequiredFixed = ['ConsegnaRichiesta', 'ClienteFornitore']; // - ClienteFatturazione: TEMP disabled - problemi API lato LIMS, non viene più
// inviato in save_export_lims.php, quindi non deve bloccare la validazione.
$skipRequiredFixed = ['ConsegnaRichiesta', 'ClienteFornitore', 'ClienteFatturazione'];
// ── Main ──────────────────────────────────────────────────────────────────── // ── Main ────────────────────────────────────────────────────────────────────