fixed 285 export to LIMS and header import

This commit is contained in:
2026-03-26 11:42:52 +01:00
parent 223688c372
commit 65170a0a7c
6 changed files with 181 additions and 2 deletions
+10
View File
@@ -1168,6 +1168,16 @@ function fixedDefaultValue(array $f): string
$key = $f['fixed_field_key'];
$label = $slugMapping[$key] ?? $key;
if ($key === 'ClienteFornitore') {
$label = 'Fornitore';
}
if ($key === 'ClienteAnalisi') {
$label = 'Buyer';
}
echo "<div class='grid-header' data-index='$headerIndex' style='flex: 0 0 180px; position: relative;'>"
. htmlspecialchars($label) .
"<div class='resizer'></div></div>";