From b464db5722bd4ed02380b0ea74966eecb4777818 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 6 Jul 2018 14:17:33 -0500 Subject: [PATCH] Change field ordering for customer form so that default_email comes next to email_preference --- tailbone/views/customers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/views/customers.py b/tailbone/views/customers.py index 07226870..051f97d2 100644 --- a/tailbone/views/customers.py +++ b/tailbone/views/customers.py @@ -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',