Fix contact phones data when new contact is assigned
This commit is contained in:
parent
1884edb334
commit
d4aef9ceac
2 changed files with 3 additions and 1 deletions
|
@ -393,6 +393,7 @@ class CustomerOrderView(MasterView):
|
|||
'person_uuid': batch.person_uuid,
|
||||
'phone_number': batch.phone_number,
|
||||
'email_address': batch.email_address,
|
||||
'contact_phones': self.handler.get_contact_phones(batch),
|
||||
'contact_notes': self.handler.get_contact_notes(batch),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue