Skip to content

Commit

Permalink
[FIX] typo: remove non existent field
Browse files Browse the repository at this point in the history
  • Loading branch information
cubells committed Jul 7, 2017
1 parent 61172f5 commit e3191db
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -170,7 +170,6 @@ def _generate_emails(self):
for comm in self:
template = comm.current_policy_level.email_template_id
email_values = template.generate_email(comm.id)
email_values['type'] = 'email'
# model is Transient record (self) removed periodically so no point
# of storing res_id
email_values.pop('model', None)
Expand Down

0 comments on commit e3191db

Please sign in to comment.