mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
styling
This commit is contained in:
@@ -29,7 +29,7 @@ class Appointment(Document):
|
|||||||
'type': 'Private',
|
'type': 'Private',
|
||||||
'event_participants': [dict(reference_doctype = "Lead", reference_docname = self.lead)]
|
'event_participants': [dict(reference_doctype = "Lead", reference_docname = self.lead)]
|
||||||
})
|
})
|
||||||
appointment_event.insert(ignore_permissions = True)
|
appointment_event.insert(ignore_permissions=True)
|
||||||
self.calendar_event = appointment_event.name
|
self.calendar_event = appointment_event.name
|
||||||
|
|
||||||
def after_insert(self):
|
def after_insert(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user