Skip to content

Commit

Permalink
OP-2265: fixed bug when online method is selected to create from unpaid
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Nov 22, 2024
1 parent a69286f commit 7fe4290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/payroll/BenefitConsumptionSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ function BenefitConsumptionSearcher({
};
if (isPayrollFromFailedInvoices) {
filters.status = {
value: BENEFIT_CONSUMPTION_STATUS.ACCEPTED,
value: true,
filter:
`status: ${BENEFIT_CONSUMPTION_STATUS.ACCEPTED}`,
`filterOnlyUnpaid: ${true}`,
};
}
return filters;
Expand Down

0 comments on commit 7fe4290

Please sign in to comment.