IO-763 IO-773 Label updates.

This commit is contained in:
Patrick Fic
2021-03-16 12:02:02 -07:00
parent 7745fa8952
commit 49490e4754
5 changed files with 25 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ export default function JobReconciliationBillsTable({
}`,
},
{
title: t("billlines.fields.actua_price"),
title: t("billlines.fields.actual_price"),
dataIndex: "actual_price",
key: "actual_price",
sorter: (a, b) => a.actual_price - b.actual_price,