Skip to content

Commit

Permalink
chore: remove datettime formatting from debug report
Browse files Browse the repository at this point in the history
This hides some information that would otherwise help during debugging
  • Loading branch information
ankush committed May 6, 2022
1 parent 98cb967 commit b520f07
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,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"),
},
{
Expand Down

0 comments on commit b520f07

Please sign in to comment.