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:
parent
6b43d0b250
commit
92b2b361e0
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user