diff --git a/frappe/utils/__init__.py b/frappe/utils/__init__.py index 5677e990fd..304cedcfc0 100644 --- a/frappe/utils/__init__.py +++ b/frappe/utils/__init__.py @@ -1171,7 +1171,7 @@ class CallbackManager: class Truthy: - def __init__(self, value=UNSET, context=UNSET): + def __init__(self, value=True, context=UNSET): self.value = value self.context = context