IO-110 Remove cost center from vendor.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user