Fix #399 -- Optionally create invoices only after successful payment

This commit is contained in:
Raphael Michel
2017-02-03 12:33:46 +01:00
parent ef93b8ae38
commit 5495cd749a
2 changed files with 6 additions and 1 deletions

View File

@@ -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(