diff --git a/tailbone/views/vendors/core.py b/tailbone/views/vendors/core.py index a55c351b..176afab2 100644 --- a/tailbone/views/vendors/core.py +++ b/tailbone/views/vendors/core.py @@ -60,6 +60,7 @@ class VendorView(MasterView): 'phone', 'email', 'contact', + 'terms', ] form_fields = [ @@ -73,6 +74,7 @@ class VendorView(MasterView): 'default_email', 'orders_email', 'contact', + 'terms', ] def configure_grid(self, g):