disabled ClienteFatturazione temporary
This commit is contained in:
@@ -276,7 +276,7 @@ try {
|
||||
"AnagraficaCertestService" => $anagraficaService,
|
||||
"ClienteFornitore" => $clienteFornitore, // 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
|
||||
];
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<header>
|
||||
<div class="topbar d-flex align-items-center position-relative">
|
||||
<div class="topbar d-flex align-items-center">
|
||||
|
||||
<?php
|
||||
// Controllo ambiente TEST
|
||||
|
||||
@@ -140,7 +140,9 @@ $fixedAliasMap = [
|
||||
// - ConsegnaRichiesta: handled by its dedicated validator (also checks the date)
|
||||
// - ClienteFornitore: nullable placeholder, sent as null on export and
|
||||
// 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 ────────────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user