Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invoices query payment_overdue filter #2340

Merged
merged 1 commit into from
Jul 29, 2024

Commits on Jul 26, 2024

  1. fix: invoices query payment_overdue filter

     # Context
    
    Given `payment_overdue` filter is false, `InvoicesQuery` ignores the
    filter and return all invoices without consider their `payment_overdue`
    value, while it should only return `payment_overdue` == false invoices.
    
     # Description
    
    This change fixes the filter by providing the proper scoping base on the
    value of the filter.
    ancorcruz committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cce4c3d View commit details
    Browse the repository at this point in the history