From e3b1a4648297ccb49a0b70ae34465d1c17dd7d13 Mon Sep 17 00:00:00 2001 From: solocla Date: Fri, 3 Jul 2026 15:52:37 +0200 Subject: [PATCH] clienteAnalisi added to validation --- public/userarea/validate_export.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/userarea/validate_export.php b/public/userarea/validate_export.php index 1fa8c88d..c3e9e9a1 100644 --- a/public/userarea/validate_export.php +++ b/public/userarea/validate_export.php @@ -138,9 +138,9 @@ $fixedAliasMap = [ // Fixed keys NOT enforced by the generic mandatory check above: // - ConsegnaRichiesta: handled by its dedicated validator (also checks the date) -// - ClienteFornitore / ClienteAnalisi: nullable placeholders, sent as null on -// export and accepted by LIMS. -$skipRequiredFixed = ['ConsegnaRichiesta', 'ClienteFornitore', 'ClienteAnalisi']; +// - ClienteFornitore: nullable placeholder, sent as null on export and +// accepted by LIMS. +$skipRequiredFixed = ['ConsegnaRichiesta', 'ClienteFornitore']; // ── Main ────────────────────────────────────────────────────────────────────