Skip to content

Commit

Permalink
(98 > 88 characters)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaf committed Apr 23, 2024
1 parent daa40ac commit 2e230aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion donation_certificate/models/donation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def action_send_certificate(self):
default_template_id=template and template.id or False,
default_composition_mode="comment",
mark_invoice_as_sent=True,
default_email_layout_xmlid="mail.mail_notification_layout_with_responsible_signature",
default_email_layout_xmlid=(
"mail.mail_notification_layout_with_responsible_signature"
),
force_email=True,
active_ids=self.tax_receipt_id.ids,
)
Expand Down

0 comments on commit 2e230aa

Please sign in to comment.