Skip to content

Commit

Permalink
fix: minor filter issue while reconciliation tool from bench console
Browse files Browse the repository at this point in the history
(cherry picked from commit 828eaf0)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Jan 16, 2023
1 parent 8a498ed commit bddf330
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def validate_allocation(self):

def build_qb_filter_conditions(self, get_invoices=False, get_return_invoices=False):
self.common_filter_conditions.clear()
self.accounting_dimension_filter_conditions.clear()
self.ple_posting_date_filter.clear()
ple = qb.DocType("Payment Ledger Entry")

Expand Down

0 comments on commit bddf330

Please sign in to comment.