Change field ordering for customer form
so that default_email comes next to email_preference
This commit is contained in:
parent
8cadec9a16
commit
b464db5722
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue