From 0cd00fa983e7d1824df0cd0c1c7878e7b5272119 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Thu, 21 Mar 2024 17:31:47 +0530 Subject: [PATCH] fix: typeerror on Bank Reconciliation tool (cherry picked from commit 4d0588fc191ba3d2199332760a755a7ccb99d097) --- lending/loan_management/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lending/loan_management/utils.py b/lending/loan_management/utils.py index 89519af8..154a9222 100644 --- a/lending/loan_management/utils.py +++ b/lending/loan_management/utils.py @@ -89,6 +89,7 @@ def get_matching_queries( filter_by_reference_date, from_reference_date, to_reference_date, + common_filters, ): queries = []