[fix] event creation on Contact Date

This commit is contained in:
Anand Doshi 2015-08-26 17:56:40 +05:30
parent e91b3ea407
commit 414248b792

View File

@ -47,7 +47,7 @@ class TransactionBase(StatusUpdater):
"owner": opts.owner or self.owner, "owner": opts.owner or self.owner,
"subject": opts.subject, "subject": opts.subject,
"description": opts.description, "description": opts.description,
"starts_on": self.contact_date + " 10:00:00", "starts_on": self.contact_date,
"event_type": "Private", "event_type": "Private",
"ref_type": self.doctype, "ref_type": self.doctype,
"ref_name": self.name "ref_name": self.name