Added products that require a voucher to be bought/shown

This commit is contained in:
Raphael Michel
2016-07-28 19:52:07 +02:00
parent 03a56f81ca
commit f91c95b1bc
10 changed files with 111 additions and 3 deletions

View File

@@ -142,6 +142,8 @@ class ItemUpdateForm(I18nModelForm):
'tax_rate',
'available_from',
'available_until',
'require_voucher',
'hide_without_voucher',
]