Remove unneeded spaces

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-08-01 12:29:04 -07:00
parent 87f25b1ed4
commit 5da242d785

View File

@@ -205,7 +205,6 @@ export function JobLinesComponent({
onFilter: (value, record) => value.includes(record.part_type), onFilter: (value, record) => value.includes(record.part_type),
render: (text, record) => (record.part_type ? t(`joblines.fields.part_types.${record.part_type}`) : null) render: (text, record) => (record.part_type ? t(`joblines.fields.part_types.${record.part_type}`) : null)
}, },
{ {
title: t("joblines.fields.act_price"), title: t("joblines.fields.act_price"),
dataIndex: "act_price", dataIndex: "act_price",
@@ -220,7 +219,6 @@ export function JobLinesComponent({
dataIndex: "part_qty", dataIndex: "part_qty",
key: "part_qty" key: "part_qty"
}, },
// { // {
// title: t('joblines.fields.tax_part'), // title: t('joblines.fields.tax_part'),
// dataIndex: 'tax_part', // dataIndex: 'tax_part',