diff --git a/tailbone/views/custorders/orders.py b/tailbone/views/custorders/orders.py index 95fc35d8..a97b9978 100644 --- a/tailbone/views/custorders/orders.py +++ b/tailbone/views/custorders/orders.py @@ -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(),