Skip to content

Commit

Permalink
Fix view all bills link
Browse files Browse the repository at this point in the history
  • Loading branch information
Amal Nazeem committed Oct 14, 2021
1 parent f27300f commit 3f908f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/bills/WorkspaceBillsFirstSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const WorkspaceBillsFirstSection = ({
menuItems={[
{
title: translate('workspace.bills.viewAllBills'),
onPress: () => openOldDotLink(`reports?policyID=${policyID}&from=all&type=bill&showStates=Processing,Approved&isAdvancedFilterMode=true`),
onPress: () => openOldDotLink(`reports?policyID=${policyID}&from=all&type=bill&showStates=Open,Processing,Approved,Reimbursed,Archived&isAdvancedFilterMode=true`),
icon: Bill,
shouldShowRightIcon: true,
iconRight: NewWindow,
Expand Down

0 comments on commit 3f908f9

Please sign in to comment.