Merge pull request #28403 from frappe/check-is-bool

chore(DF): Check can be considered bool
This commit is contained in:
Akhil Narang 2024-11-11 17:16:45 +05:30 committed by GitHub
commit e8fb099818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ Autocomplete = Data
Attach = Data
AttachImage = Data
Barcode = Data
Check = int
Check = bool | int
Code = Text
Color = str
Currency = float