IO-110 Remove cost center from vendor.

This commit is contained in:
Patrick Fic
2021-05-18 16:13:25 -07:00
parent e8e0d593b7
commit 2057bd9603

View File

@@ -32,14 +32,7 @@ export default function VendorsListComponent({
sortOrder:
state.sortedInfo.columnKey === "name" && state.sortedInfo.order,
},
{
title: t("vendors.fields.cost_center"),
dataIndex: "cost_center",
key: "cost_center",
sorter: (a, b) => alphaSort(a.cost_center, b.cost_center),
sortOrder:
state.sortedInfo.columnKey === "cost_center" && state.sortedInfo.order,
},
{
title: t("vendors.fields.phone"),
dataIndex: "phone",