Change field ordering for customer form
so that default_email comes next to email_preference
This commit is contained in:
parent
8cadec9a16
commit
b464db5722
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue