2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +00:00

fix: changed DateTime fieldtype to Date

This commit is contained in:
AbleKSaju 2025-01-31 09:56:04 +05:30
parent 6b43d0b250
commit 92b2b361e0

View File

@ -36,7 +36,7 @@
{ {
"fieldname": "date", "fieldname": "date",
"label": "Posting Date", "label": "Posting Date",
"fieldtype": "DateTime", "fieldtype": "Date",
"required": true, "required": true,
"section": "Default" "section": "Default"
}, },