forked from CGM_Public/pretix_original
Fix #399 -- Optionally create invoices only after successful payment
This commit is contained in:
@@ -331,7 +331,8 @@ class InvoiceSettingsForm(SettingsForm):
|
||||
('False', _('No')),
|
||||
('admin', _('Manually in admin panel')),
|
||||
('user', _('Automatically on user request')),
|
||||
('True', _('Automatically for all created orders'))
|
||||
('True', _('Automatically for all created orders')),
|
||||
('paid', _('Automatically on payment')),
|
||||
)
|
||||
)
|
||||
invoice_address_from = forms.CharField(
|
||||
|
||||
Reference in New Issue
Block a user