disabled ClienteFatturazione temporary
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
@@ -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 ────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user