Skip to content

Canceled Expense Claims are still visible in the mobile app #86

@sandraleung

Description

@sandraleung

In the mobile app, canceled expense claims are being displayed in the expense claims list. This behavior is incorrect, as canceled documents docstatus = 2 should not be visible to users. Please update the get_expense_claims_list() and get_expense_claims() functions to exclude cancelled documents with filters.docstatus = ["!=", 2] .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions