chore: remove datettime formatting from debug report

This hides some information that would otherwise help during debugging

(cherry picked from commit ae842d8145)
This commit is contained in:
Ankush Menat
2022-05-06 13:42:09 +05:30
committed by Ankush Menat
parent 6312938fed
commit 4d682face2

View File

@@ -105,17 +105,17 @@ def get_columns():
}, },
{ {
"fieldname": "posting_date", "fieldname": "posting_date",
"fieldtype": "Date", "fieldtype": "Data",
"label": "Posting Date", "label": "Posting Date",
}, },
{ {
"fieldname": "posting_time", "fieldname": "posting_time",
"fieldtype": "Time", "fieldtype": "Data",
"label": "Posting Time", "label": "Posting Time",
}, },
{ {
"fieldname": "creation", "fieldname": "creation",
"fieldtype": "Datetime", "fieldtype": "Data",
"label": "Creation", "label": "Creation",
}, },
{ {