fix: minor filter issue while reconciliation tool from bench console
(cherry picked from commit 828eaf0930)
This commit is contained in:
@@ -471,6 +471,7 @@ class PaymentReconciliation(Document):
|
|||||||
|
|
||||||
def build_qb_filter_conditions(self, get_invoices=False, get_return_invoices=False):
|
def build_qb_filter_conditions(self, get_invoices=False, get_return_invoices=False):
|
||||||
self.common_filter_conditions.clear()
|
self.common_filter_conditions.clear()
|
||||||
|
self.accounting_dimension_filter_conditions.clear()
|
||||||
self.ple_posting_date_filter.clear()
|
self.ple_posting_date_filter.clear()
|
||||||
ple = qb.DocType("Payment Ledger Entry")
|
ple = qb.DocType("Payment Ledger Entry")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user