[fix] event creation on Contact Date
This commit is contained in:
parent
e91b3ea407
commit
414248b792
@ -47,7 +47,7 @@ class TransactionBase(StatusUpdater):
|
||||
"owner": opts.owner or self.owner,
|
||||
"subject": opts.subject,
|
||||
"description": opts.description,
|
||||
"starts_on": self.contact_date + " 10:00:00",
|
||||
"starts_on": self.contact_date,
|
||||
"event_type": "Private",
|
||||
"ref_type": self.doctype,
|
||||
"ref_name": self.name
|
||||
|
Loading…
x
Reference in New Issue
Block a user