Duplicate generate_ticket for items on duplication

This commit is contained in:
Martin Gross
2020-03-11 18:44:29 +01:00
parent b664222c62
commit 39d05a6c40

View File

@@ -303,6 +303,7 @@ class ItemCreateForm(I18nModelForm):
self.instance.allow_cancel = self.cleaned_data['copy_from'].allow_cancel
self.instance.min_per_order = self.cleaned_data['copy_from'].min_per_order
self.instance.max_per_order = self.cleaned_data['copy_from'].max_per_order
self.instance.generate_tickets = self.cleaned_data['copy_from'].generate_tickets
self.instance.checkin_attention = self.cleaned_data['copy_from'].checkin_attention
self.instance.free_price = self.cleaned_data['copy_from'].free_price
self.instance.original_price = self.cleaned_data['copy_from'].original_price