IO-1967 Adjust display of convert to labor button.

This commit is contained in:
Patrick Fic
2022-06-30 14:16:10 -07:00
parent ece0946738
commit e0804099ee
4 changed files with 29 additions and 21 deletions

View File

@@ -149,7 +149,7 @@ function BillEnterModalContainer({
jobid: values.jobid,
operation: AuditTrailMapping.jobmodifylbradj({
mod_lbr_ty: key,
hours: adjustmentsToInsert[key],
hours: adjustmentsToInsert[key].toFixed(1),
}),
});
});