Sendmail: Force preview and show number of orders (#2099)

This commit is contained in:
Raphael Michel
2021-08-18 15:28:33 +02:00
committed by GitHub
parent f5504e11ac
commit c5fe615be5
5 changed files with 110 additions and 38 deletions

View File

@@ -177,7 +177,7 @@ class MailForm(FormPlaceholderMixin, forms.Form):
self.fields['sendto'] = forms.MultipleChoiceField(
label=_("Send to customers with order status"),
widget=forms.CheckboxSelectMultiple(
attrs={'class': 'scrolling-multiple-choice'}
attrs={'class': 'scrolling-multiple-choice no-search'}
),
choices=choices
)