fix: Update function name

This commit is contained in:
deepeshgarg007 2019-06-01 23:09:04 +05:30
parent 2580075583
commit 223225e785

View File

@ -54,7 +54,7 @@ def make_dimension_in_accounting_doctypes(doc):
}
if doctype == "Budget":
add_dimensions_to_budget_doctype(df, doc)
add_dimension_to_budget_doctype(df, doc)
else:
create_custom_field(doctype, df)