fix: Update function name
This commit is contained in:
parent
2580075583
commit
223225e785
@ -54,7 +54,7 @@ def make_dimension_in_accounting_doctypes(doc):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if doctype == "Budget":
|
if doctype == "Budget":
|
||||||
add_dimensions_to_budget_doctype(df, doc)
|
add_dimension_to_budget_doctype(df, doc)
|
||||||
else:
|
else:
|
||||||
create_custom_field(doctype, df)
|
create_custom_field(doctype, df)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user