IO-961 Labor Rate Description.

This commit is contained in:
Patrick Fic
2021-04-29 13:32:04 -07:00
parent f8d517664a
commit 126067c9be
2 changed files with 8 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export function JobsDetailRatesChangeButton({ disabled, form, bodyshop }) {
const handleClick = ({ item, key, keyPath }) => {
const rate = item.props.value;
form.setFieldsValue(rate);
form.setFieldsValue({ ...rate, labor_rate_desc: rate.rate_label });
};
const menu = (