clienteAnalisi added to validation

This commit is contained in:
2026-07-03 15:52:37 +02:00
parent 0e16812e9a
commit e3b1a46482
+3 -3
View File
@@ -138,9 +138,9 @@ $fixedAliasMap = [
// Fixed keys NOT enforced by the generic mandatory check above: // Fixed keys NOT enforced by the generic mandatory check above:
// - ConsegnaRichiesta: handled by its dedicated validator (also checks the date) // - ConsegnaRichiesta: handled by its dedicated validator (also checks the date)
// - ClienteFornitore / ClienteAnalisi: nullable placeholders, sent as null on // - ClienteFornitore: nullable placeholder, sent as null on export and
// export and accepted by LIMS. // accepted by LIMS.
$skipRequiredFixed = ['ConsegnaRichiesta', 'ClienteFornitore', 'ClienteAnalisi']; $skipRequiredFixed = ['ConsegnaRichiesta', 'ClienteFornitore'];
// ── Main ──────────────────────────────────────────────────────────────────── // ── Main ────────────────────────────────────────────────────────────────────