From efc5f8922750209a293a01e1a35e5424a5d21d77 Mon Sep 17 00:00:00 2001 From: Balamurali M Date: Fri, 8 Nov 2024 15:31:26 +0530 Subject: [PATCH] chore(DF): Check can be considered bool --- frappe/types/DF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/types/DF.py b/frappe/types/DF.py index 13a762a9e2..69cd44c7b2 100644 --- a/frappe/types/DF.py +++ b/frappe/types/DF.py @@ -10,7 +10,7 @@ Autocomplete = Data Attach = Data AttachImage = Data Barcode = Data -Check = int +Check = bool | int Code = Text Color = str Currency = float