Skip to content

Commit

Permalink
Add 'has_stock' filter to table
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 3, 2024
1 parent d98b16d commit 528fc0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/frontend/src/tables/purchasing/SupplierPartTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ export function SupplierPartTable({
name: 'supplier_active',
label: t`Active Supplier`,
description: t`Show active suppliers`
},
{
name: 'has_stock',
label: t`In Stock`,
description: t`Show supplier parts with stock`
}
];
}, []);
Expand Down

0 comments on commit 528fc0a

Please sign in to comment.