mirror of
https://github.com/frappe/books.git
synced 2024-12-22 02:49:03 +00:00
fix: change date fieldtype to Datetime
This commit is contained in:
parent
81aac9c0e2
commit
0eaebef3a0
@ -35,7 +35,7 @@
|
||||
{
|
||||
"fieldname": "date",
|
||||
"label": "Date",
|
||||
"fieldtype": "Date",
|
||||
"fieldtype": "Datetime",
|
||||
"required": true,
|
||||
"section": "Default"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user