diff --git a/src/components/pages/purchase/PurchaseTable.tsx b/src/components/pages/purchase/PurchaseTable.tsx index ada8a62e..610d0565 100644 --- a/src/components/pages/purchase/PurchaseTable.tsx +++ b/src/components/pages/purchase/PurchaseTable.tsx @@ -643,6 +643,12 @@ const PurchaseTable = () => { 'search', 'filter_by', 'sort_by', + 'product_category_name', + 'supplier_name', + 'area_name', + 'location_name', + 'project_flock_name', + 'project_flock_kandang_name', ]} fieldGroups={[['startDate', 'endDate']]} onClick={filterModal.openModal}