fix: indentation
This commit is contained in:
parent
bf9e25e42e
commit
e1feef71ff
@ -479,8 +479,8 @@ def get_data(
|
|||||||
"is_default": is_default,
|
"is_default": is_default,
|
||||||
"views": get_views(doctype),
|
"views": get_views(doctype),
|
||||||
"total_count": frappe.get_list(
|
"total_count": frappe.get_list(
|
||||||
doctype, filters=filters, fields="count(*) as count"
|
doctype, filters=filters, fields="count(*) as count"
|
||||||
)[0].count,
|
)[0].count,
|
||||||
"row_count": len(data),
|
"row_count": len(data),
|
||||||
"form_script": get_form_script(doctype),
|
"form_script": get_form_script(doctype),
|
||||||
"list_script": get_form_script(doctype, "List"),
|
"list_script": get_form_script(doctype, "List"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user