Skip to content

Commit

Permalink
feat: add status
Browse files Browse the repository at this point in the history
  • Loading branch information
gca-axelor committed Dec 10, 2024
1 parent 6be6009 commit 8c63f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/apps/purchase/src/screens/RequestListScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ const RequestListScreen = ({}) => {
PurchaseRequest?.statusSelect.Draft,
PurchaseRequest?.statusSelect.Requested,
PurchaseRequest?.statusSelect.Accepted,
PurchaseRequest?.statusSelect.Purchased,
PurchaseRequest?.statusSelect.Refused,
PurchaseRequest?.statusSelect.Canceled,
];

return getSelectionItems(
Expand Down

0 comments on commit 8c63f9a

Please sign in to comment.