clienteAnalisi added to validation
This commit is contained in:
@@ -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 ────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user