Change field ordering for customer form

so that default_email comes next to email_preference
This commit is contained in:
Lance Edgar 2018-07-06 14:17:33 -05:00
parent 8cadec9a16
commit b464db5722

View file

@ -74,8 +74,8 @@ class CustomersView(MasterView):
'id',
'name',
'default_phone',
'default_email',
'default_address',
'default_email',
'email_preference',
'active_in_pos',
'active_in_pos_sticky',