mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
chore: whitespace cleanup from codebase
This commit is contained in:
@@ -11,4 +11,4 @@ def get_filters_config():
|
||||
}
|
||||
}
|
||||
|
||||
return filters_config
|
||||
return filters_config
|
||||
|
||||
@@ -202,4 +202,4 @@ def get_date_condition(date_range, field):
|
||||
date_condition = "and {0} between {1} and {2}".format(
|
||||
field, frappe.db.escape(from_date), frappe.db.escape(to_date)
|
||||
)
|
||||
return date_condition
|
||||
return date_condition
|
||||
|
||||
Reference in New Issue
Block a user