mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
chore: fix linters issue
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user