fixed 285 export to LIMS and header import
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user