mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
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:
committed by
Ankush Menat
parent
6312938fed
commit
4d682face2
@@ -105,17 +105,17 @@ def get_columns():
|
||||
},
|
||||
{
|
||||
"fieldname": "posting_date",
|
||||
"fieldtype": "Date",
|
||||
"fieldtype": "Data",
|
||||
"label": "Posting Date",
|
||||
},
|
||||
{
|
||||
"fieldname": "posting_time",
|
||||
"fieldtype": "Time",
|
||||
"fieldtype": "Data",
|
||||
"label": "Posting Time",
|
||||
},
|
||||
{
|
||||
"fieldname": "creation",
|
||||
"fieldtype": "Datetime",
|
||||
"fieldtype": "Data",
|
||||
"label": "Creation",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user