fix(prepared-report): Fix typo in a comment
This commit is contained in:
parent
49e5d4e21f
commit
dbf9f15f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def background_enqueue_run(report_name, filters=None, user=None):
|
|||
frappe.get_doc({
|
||||
"doctype": "Prepared Report",
|
||||
"report_name": report_name,
|
||||
# This looks like an insanity but, without this it'd be very hard to find Prepared Reports matvhing given condition
|
||||
# This looks like an insanity but, without this it'd be very hard to find Prepared Reports matching given condition
|
||||
# We're ensuring that spacing is consistent. e.g. JS seems to put no spaces after ":", Python on the other hand does.
|
||||
"filters": json.dumps(json.loads(filters)),
|
||||
"ref_report_doctype": report_name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue