Improve "refresh contact", show new fields in green for custorder

only showing new "customer" fields in green so far
This commit is contained in:
Lance Edgar 2021-10-17 17:28:28 -04:00
parent 52fbe73893
commit ab33b49218
3 changed files with 42 additions and 9 deletions

View file

@ -63,6 +63,7 @@ class CustomerOrderBatchView(BatchMasterView):
'customer',
'person',
'pending_customer',
'contact_name',
'phone_number',
'email_address',
'params',