From ef9dc9ff6dd70f8a68f5622a36ee66e9d56b0610 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 21 Dec 2022 18:05:38 -0600 Subject: [PATCH] Expose the `terms` field for Vendor CRUD --- tailbone/views/vendors/core.py | 2 ++ 1 file changed, 2 insertions(+) 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):