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',
'email',
'contact',
'terms',
]
form_fields = [
@ -73,6 +74,7 @@ class VendorView(MasterView):
'default_email',
'orders_email',
'contact',
'terms',
]
def configure_grid(self, g):