From f7e549b5fde0be4ca96e5a8995c1ec5493840dfe Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 17 Nov 2018 19:26:13 -0600 Subject: [PATCH] Expose new `Customer.wholesale` flag --- tailbone/views/customers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailbone/views/customers.py b/tailbone/views/customers.py index 79bc7cd0..f29ce474 100644 --- a/tailbone/views/customers.py +++ b/tailbone/views/customers.py @@ -77,6 +77,7 @@ class CustomersView(MasterView): 'default_address', 'default_email', 'email_preference', + 'wholesale', 'active_in_pos', 'active_in_pos_sticky', 'people', @@ -90,6 +91,7 @@ class CustomersView(MasterView): 'default_email', 'default_address', 'email_preference', + 'wholesale', 'active_in_pos', 'active_in_pos_sticky', 'people',