Skip to content

Fix logic for if a report has an outstanding IOU #11610

Description

@tgolen

Problem

The logic here is wrong and it's not identifying the outstanding IOUs properly

Solution

  • || report.hasOutstandingIOU should be || _.isUndefined(report.hasOutstandingIOU
  • The method should return report.hasOutstandingIOU at some point

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions