Translation cleanup for bills IO-493

This commit is contained in:
Patrick Fic
2021-02-08 10:37:43 -08:00
parent 7a6d92ac8e
commit f14b665e26
7 changed files with 28 additions and 28 deletions

View File

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