Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/rodrigo-use-reimbur…
Browse files Browse the repository at this point in the history
…ser-from-achAcconut' into rodrigo-use-reimburser-from-achAcconut
  • Loading branch information
rlinoz committed Apr 3, 2024
2 parents bf4eea8 + d480eaf commit 559361f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function WorkspaceWorkflowsPayerPage({route, policy, policyMembers, personalDeta
pendingAction: policyMember.pendingAction ?? isAuthorizedPayer ? policy?.pendingFields?.reimburser : null,
};

if (policy?.achAccount?.reimburser === details?.login) {
if (isAuthorizedPayer) {
authorizedPayerDetails.push(formattedMember);
} else {
policyAdminDetails.push(formattedMember);
Expand Down

0 comments on commit 559361f

Please sign in to comment.