Translation cleanup for bills IO-493
This commit is contained in:
@@ -117,7 +117,7 @@ export function BillEnterModalLinesComponent({
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("billlines.fields.actual")}
|
||||
label={t("billlines.fields.actual_price")}
|
||||
key={`${index}actual_price`}
|
||||
name={[field.name, "actual_price"]}
|
||||
rules={[
|
||||
|
||||
@@ -146,7 +146,7 @@ export function BillsListTableComponent({
|
||||
state.sortedInfo.columnKey === "line_desc" && state.sortedInfo.order,
|
||||
},
|
||||
{
|
||||
title: t("billlines.fields.retail"),
|
||||
title: t("billlines.fields.actual_price"),
|
||||
dataIndex: "actual_price",
|
||||
key: "actual_price",
|
||||
sorter: (a, b) => a.actual_price - b.actual_price,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user