diff --git a/src/components/pages/master-data/product-category/ProductCategoryTable.tsx b/src/components/pages/master-data/product-category/ProductCategoryTable.tsx index f5226387..f8413ab6 100644 --- a/src/components/pages/master-data/product-category/ProductCategoryTable.tsx +++ b/src/components/pages/master-data/product-category/ProductCategoryTable.tsx @@ -109,6 +109,10 @@ const ProductCategoryTable = () => { props.row.index + 1, }, + { + accessorKey: 'code', + header: 'Code', + }, { accessorKey: 'name', header: 'Nama',