mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: syntax error
This commit is contained in:
@@ -112,8 +112,8 @@ class Appointment(Document):
|
|||||||
existing_assignee = self.get_assignee_from_latest_opportunity()
|
existing_assignee = self.get_assignee_from_latest_opportunity()
|
||||||
if existing_assignee:
|
if existing_assignee:
|
||||||
add_assignemnt({
|
add_assignemnt({
|
||||||
'doctype': self.doctype
|
'doctype': self.doctype,
|
||||||
'name': self.name
|
'name': self.name,
|
||||||
'assign_to': existing_assignee
|
'assign_to': existing_assignee
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user