Bugfix
This commit is contained in:
parent
c0db03bc28
commit
494b1384c4
|
@ -295,7 +295,7 @@ class CustomerOrderView(MasterView):
|
|||
'product_key_field': self.rattail_config.product_key(),
|
||||
'product_price_may_be_questionable': self.batch_handler.product_price_may_be_questionable(),
|
||||
'allow_contact_info_choice': self.batch_handler.allow_contact_info_choice(),
|
||||
'allow_contact_info_create': not self.batch_handler.allow_contact_info_creation(),
|
||||
'allow_contact_info_create': self.batch_handler.allow_contact_info_creation(),
|
||||
'order_items': items,
|
||||
'product_key_label': self.rattail_config.product_key_title(),
|
||||
'allow_unknown_product': self.batch_handler.allow_unknown_product(),
|
||||
|
|
Loading…
Reference in a new issue