[FIX] crm : Fixed Tracback for schedule another phonecall from wizard

bzr revid: ron@tinyerp.com-20111101130012-c2a7hkittfc6pwvq
This commit is contained in:
ron@tinyerp.com 2011-11-01 18:30:12 +05:30
parent 000f4f033f
commit d174301464
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class crm_phonecall(crm_base, osv.osv):
vals = {
'name' : call_summary,
'user_id' : user_id or False,
'categ_id' : categ_id or False,
'categ_id' : categ_id.id or False,
'description' : call.description or False,
'date' : schedule_time,
'section_id' : section_id or False,