chore: fix linters issue

This commit is contained in:
rohitwaghchaure
2025-10-27 17:06:45 +05:30
committed by GitHub
parent 2d7fde024d
commit 2680f85430

View File

@@ -801,7 +801,6 @@ class BatchNoValuation(DeprecatedBatchNoValuation):
== CombineDatetime(self.sle.posting_date, self.sle.posting_time)
) & (parent.creation < self.sle.creation)
query = (
frappe.qb.from_(parent)
.inner_join(child)