diff --git a/client/src/containers/Items/ItemsDataTable.js b/client/src/containers/Items/ItemsDataTable.js index 7b1d8f925..5f6ced6cf 100644 --- a/client/src/containers/Items/ItemsDataTable.js +++ b/client/src/containers/Items/ItemsDataTable.js @@ -186,7 +186,7 @@ function ItemsDataTable({ { Header: formatMessage({ id: 'cost_price' }), accessor: (row) => - !isBlank(row.sell_price) ? ( + !isBlank(row.cost_price) ? ( ) : ( ''