Merged in hotfix/2021-05-21 (pull request #66)

IO-1139 Adjust to 1 decimal.
This commit is contained in:
Patrick Fic
2021-05-21 20:21:07 +00:00

View File

@@ -228,7 +228,7 @@ const r = ({ technician, state }) => {
(
record.labhrs.aggregate.sum.mod_lb_hrs +
record.larhrs.aggregate.sum.mod_lb_hrs
).toFixed(2),
).toFixed(1),
},
{
title: i18n.t("production.labels.alert"),