Expose the terms field for Vendor CRUD

This commit is contained in:
Lance Edgar 2022-12-21 18:05:38 -06:00
parent ed0a1f2740
commit ef9dc9ff6d

View file

@ -60,6 +60,7 @@ class VendorView(MasterView):
'phone', 'phone',
'email', 'email',
'contact', 'contact',
'terms',
] ]
form_fields = [ form_fields = [
@ -73,6 +74,7 @@ class VendorView(MasterView):
'default_email', 'default_email',
'orders_email', 'orders_email',
'contact', 'contact',
'terms',
] ]
def configure_grid(self, g): def configure_grid(self, g):