fix: remove return
This commit is contained in:
parent
5fe6ef8c4a
commit
0091f514b5
1 changed files with 0 additions and 1 deletions
|
|
@ -518,5 +518,4 @@ def update_onboarding_step(name, field, value):
|
|||
value: Value to be updated
|
||||
|
||||
"""
|
||||
return
|
||||
frappe.db.set_value("Onboarding Step", name, field, value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue