even more updates.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2023-12-14 16:27:00 -05:00
parent 1261e8001b
commit b2c8e45d5e
41 changed files with 7326 additions and 7388 deletions

View File

@@ -132,7 +132,7 @@ export function ShopEmployeesFormComponent({ bodyshop }) {
dataIndex: "length",
key: "length",
render: (text, record) =>
dayjs(record.end).diff(dayjs(record.start), "days", true).toFixed(1),
dayjs(record.end).diff(dayjs(record.start), "day", true).toFixed(1),
},
{
title: t("general.labels.actions"),