Add "allow contact info choice" support for new custorder batch
This commit is contained in:
parent
0237d8c31a
commit
2fa7857daf
2 changed files with 254 additions and 235 deletions
|
@ -255,6 +255,7 @@ class CustomerOrderView(MasterView):
|
|||
context = {'batch': batch,
|
||||
'normalized_batch': self.normalize_batch(batch),
|
||||
'new_order_requires_customer': self.handler.new_order_requires_customer(),
|
||||
'allow_contact_info_choice': self.handler.allow_contact_info_choice(),
|
||||
'restrict_contact_info': self.handler.should_restrict_contact_info(),
|
||||
'contact_display': self.handler.get_contact_display(batch),
|
||||
'contact_phones': self.handler.get_contact_phones(batch),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue