chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2025-01-31 12:01:45 +05:30
committed by GitHub
parent dee6e2b697
commit 50aa4ed55a

View File

@@ -4,7 +4,7 @@
import frappe
from frappe import _
from frappe.utils import cint, flt, get_table_name, getdate, get_datetime
from frappe.utils import cint, flt, get_datetime, get_table_name, getdate
from pypika import functions as fn
from erpnext.stock.doctype.warehouse.warehouse import apply_warehouse_filter
@@ -136,7 +136,6 @@ def get_stock_ledger_entries(filters):
if filters.get(field):
query = query.where(sle[field] == filters.get(field))
return query