Resolve stripe issues on export IO-490

This commit is contained in:
Patrick Fic
2021-02-18 11:37:01 -08:00
parent 01500e4c9c
commit cd6866fc5c
9 changed files with 39 additions and 15 deletions

View File

@@ -32,11 +32,7 @@ export default function ShopEmployeesListComponent({
dataIndex: "last_name",
key: "last_name",
},
{
title: t("employees.fields.cost_center"),
dataIndex: "cost_center",
key: "cost_center",
},
{
title: t("employees.fields.base_rate"),
dataIndex: "base_rate",