styling
This commit is contained in:
parent
7d476a3e35
commit
ec1dae023c
@ -29,7 +29,7 @@ class Appointment(Document):
|
||||
'type': 'Private',
|
||||
'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
|
||||
|
||||
def after_insert(self):
|
||||
|
Loading…
Reference in New Issue
Block a user