[UPDT] HORILLA_AUTOMATIONS: #720

This commit is contained in:
Horilla
2025-07-03 12:00:16 +05:30
parent 2af0810c78
commit 72fd43f263
5 changed files with 21 additions and 21 deletions

View File

@@ -59,11 +59,11 @@ class MailAutomation(HorillaModel):
blank=True,
verbose_name=_trans("Also Send to"),
)
delivary_channel = models.CharField(
delivery_channel = models.CharField(
default="email",
max_length=50,
choices=SEND_OPTIONS,
verbose_name=_trans("Choose Delivary Channel"),
verbose_name=_trans("Choose Delivery Channel"),
)
template_attachments = models.ManyToManyField(
HorillaMailTemplate,