606
modifications
m |
m |
||
| Ligne 130 : | Ligne 130 : | ||
table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | ||
end | end | ||
if #employeeData > 0 then | |||
addSection(infobox, employeeData, 'Employees') -- You can choose a different header if needed | |||
end | |||
end | end | ||
modifications