Vouchers: Bug in export, default mode

This commit is contained in:
Raphael Michel
2016-12-22 17:54:24 +01:00
parent 3db4833290
commit 70fa7eac6b
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class Voucher(LoggedModel):
verbose_name=_("Price mode"),
max_length=100,
choices=PRICE_MODES,
default='set'
default='none'
)
value = models.DecimalField(
verbose_name=_("Voucher value"),