You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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] .