chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2026-06-09 09:48:38 +05:30
committed by GitHub
parent fa08501045
commit 10cfac865e

View File

@@ -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: