IO-1967 Adjust display of convert to labor button.
This commit is contained in:
@@ -72,7 +72,9 @@ export function LaborAllocationsAdjustmentEdit({
|
||||
jobid: jobId,
|
||||
operation: AuditTrailMapping.jobmodifylbradj({
|
||||
mod_lbr_ty: values.mod_lbr_ty,
|
||||
hours: values.hours - ((adjustments && adjustments[mod_lbr_ty]) || 0),
|
||||
hours:
|
||||
values.hours -
|
||||
((adjustments && adjustments[mod_lbr_ty]) || 0).toFixed(1),
|
||||
}),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user