mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +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",
|
"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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user