Merged in feature/IO-2847-Employee-Rate-Filter (pull request #1526)
IO-2847 Employee Rate Filter Approved-by: Dave Richer
This commit is contained in:
@@ -63,7 +63,7 @@ export default function ShopEmployeesListComponent({ loading, employees }) {
|
|||||||
value: false
|
value: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
onFilter: (value, record) => value === record.flate_rate,
|
onFilter: (value, record) => value === record.flat_rate,
|
||||||
render: (text, record) =>
|
render: (text, record) =>
|
||||||
record.flat_rate ? t("employees.labels.flat_rate") : t("employees.labels.straight_time")
|
record.flat_rate ? t("employees.labels.flat_rate") : t("employees.labels.straight_time")
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user