[minor] primary action

This commit is contained in:
Anand Doshi
2014-08-08 11:51:00 +05:30
parent 995185d02d
commit 69ccf9695c
2 changed files with 4 additions and 4 deletions

View File

@@ -47,13 +47,13 @@ frappe.query_reports["Trial Balance"] = {
},
{
"fieldname": "with_period_closing_entry",
"label": __("With Period Closing Entry"),
"label": __("Period Closing Entry"),
"fieldtype": "Check",
"default": 1
},
{
"fieldname": "show_zero_values",
"label": __("Show rows with zero values"),
"label": __("Show zero values"),
"fieldtype": "Check"
},
],