clicrdv: don't use comments

This commit is contained in:
Thomas NOËL 2012-11-08 10:20:30 +01:00
parent 122f84d28d
commit 3c1248c039
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class ClicRdvCreateAppointment(WorkflowStatusItem):
},
'date': args.get('var_datetime'),
'intervention_ids': [int(args.get('var_intervention_id'))],
'comments': '-',
# 'comments': '-',
'websource': 'Au Quotidien'}
}