Merged in hotfix/2021-05-21 (pull request #66)
IO-1139 Adjust to 1 decimal.
This commit is contained in:
@@ -228,7 +228,7 @@ const r = ({ technician, state }) => {
|
|||||||
(
|
(
|
||||||
record.labhrs.aggregate.sum.mod_lb_hrs +
|
record.labhrs.aggregate.sum.mod_lb_hrs +
|
||||||
record.larhrs.aggregate.sum.mod_lb_hrs
|
record.larhrs.aggregate.sum.mod_lb_hrs
|
||||||
).toFixed(2),
|
).toFixed(1),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: i18n.t("production.labels.alert"),
|
title: i18n.t("production.labels.alert"),
|
||||||
|
|||||||
Reference in New Issue
Block a user