mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-11 05:31:48 +00:00
chore: fix conflicts
This commit is contained in:
@@ -16,11 +16,7 @@ def execute(filters=None):
|
||||
days_since_last_order = filters.get("days_since_last_order")
|
||||
doctype = filters.get("doctype")
|
||||
|
||||
<<<<<<< HEAD
|
||||
if doctype not in ("Sales Order", "Sales Invoice"):
|
||||
=======
|
||||
if doctype not in {"Sales Order", "Sales Invoice"}:
|
||||
>>>>>>> 2ecf8b0466 (fix(inactive_customers): add allowlist for doctype filter and migrate to qb)
|
||||
frappe.throw(_("Invalid value {0} for 'Doctype'").format(doctype))
|
||||
|
||||
if cint(days_since_last_order) <= 0:
|
||||
|
||||
Reference in New Issue
Block a user