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: Accomodate common_filters=None in Bank Reco API #2224

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

marination
Copy link
Contributor

Ref: #1510 (comment), alyf-de/banking#108

  1. get_matching_queries and get_ec_matching_query default to common_filters=None but do not handle the case where it is None
  2. The IN Sql Operator does not accept empty lists. If mode_of_payments returns an empty list, the query breaks

@marination
Copy link
Contributor Author

@ruthra-kumar Hey can you add a backport v15 label? I don't have access to labels in this repository

@ruchamahabal
Copy link
Member

Haven't tested this. Trusting the direct merge 🙈

@ruchamahabal ruchamahabal merged commit 1c55a58 into frappe:develop Sep 24, 2024
8 checks passed
ruchamahabal added a commit that referenced this pull request Sep 24, 2024
…2224

fix: Accomodate `common_filters=None` in Bank Reco API (backport #2224)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants