Additional Menu Refactors

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-04 13:34:22 -05:00
parent 61ed0087e7
commit e43bfe0d3a

View File

@@ -51,7 +51,6 @@ export function ProductionListPrint({bodyshop}) {
};
}),
{
key: key,
label: t("reportcenter.templates.production_by_technician_one"),
children: bodyshop.employees
.filter((e) => e.active)